IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 人工智能 -> 用brew安装Opencv和PyTorch安装、模型复现时碰到的一些问题 2021-08-08 -> 正文阅读

[人工智能]用brew安装Opencv和PyTorch安装、模型复现时碰到的一些问题 2021-08-08


用brew安装Opencv时碰到了不少问题,应该是系统自动升级到big sur时的问题,

报错1

xianyu@bogon ~ % brew install openv
==> Tapping homebrew/cask
Cloning into ‘/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask’…
fatal: unable to access ‘https://github.com/Homebrew/homebrew-cask/’: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Error: Failure while executing; git clone https://github.com/Homebrew/homebrew-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask --origin=origin --template= exited with 128.
xianyu@bogon ~ % git config --global --unset http.proxy

xianyu@bogon ~ % git config --global --unset https.proxy
解决方案:

git config --global --unset http.proxy
git config --global --unset https.proxy

取消http代理, 取消https代理

报错2

Error: opencv: Calling sha256 "digest" => :tag in a bottle block is disabled! Use brew style --fix on the formula to update the style or use sha256 tag: "digest" instead.
Please report this issue to the homebrew/core tap (not Homebrew/brew or Homebrew/core), or even better, submit a PR to fix it:
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/opencv.rb:9

解决方案:

brew style --fix

报错3

Error: shellcheck: cannot load such file – language/haskell

解决方案:

brew update && brew doctor -d

然后根据提示更新PATH,然后运行

brew cleanup

解决完报错3之后再回头解决卡在报错2处的问题

重新运行

brew style --fix

提示修复成功

如果中间有提示下载失败的错误,那么重新运行一次brew安装命令就可以了

如果提示brew link出错,可以尝试运行窗口中提示的命令修复

Error: The brew link step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink lib/libImath.dylib
Target /usr/local/lib/libImath.dylib
is a symlink belonging to ilmbase. You can unlink it:
brew unlink ilmbase

To force the link and overwrite all conflicting files:
brew link --overwrite imath

To list all files that would be deleted:
brew link --overwrite --dry-run imath

Possible conflicting files are:
/usr/local/lib/libImath.dylib -> /usr/local/Cellar/ilmbase/2.4.0/lib/libImath.dylib

PyTorch的安装

B站上有很多视频可以参考,比Blog里的文字容易理解很多,我一开始安装参考了这个视频,但是后续都是跟着PyTorch官网和Anaconda官网上的教程安装了。
链接: B站教程.

链接: PyTorch官网.

链接: Anaconda官网.

报错4

AssertionError: Torch not compiled with CUDA enabled

如果是运行Mac系统或者是其他没有安装Nvidia显卡的硬件系统,不会默认下载CUDA,这个时候需要在程序开始的地方加上:

device = torch.device(“cuda” if torch.cuda.is_available() else “cpu”)

图片: Alt

参考这两篇Blog:link 1, link 2.

  人工智能 最新文章
2022吴恩达机器学习课程——第二课(神经网
第十五章 规则学习
FixMatch: Simplifying Semi-Supervised Le
数据挖掘Java——Kmeans算法的实现
大脑皮层的分割方法
【翻译】GPT-3是如何工作的
论文笔记:TEACHTEXT: CrossModal Generaliz
python从零学(六)
详解Python 3.x 导入(import)
【答读者问27】backtrader不支持最新版本的
上一篇文章      下一篇文章      查看所有文章
加:2021-08-09 13:41:47  更:2021-08-09 13:41:55 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/27 21:48:27-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码