随笔分类 -  软件工具

摘要:持续更新~ 1.以TensorFlow为例 1.1 报错1:zsh: illegal hardware instruction 实验环境:macOS Big Sur 11.5.1 + anaconda3 + python3.8 直接用 pip install tensorflow 安装,能够顺利安装 阅读全文
posted @ 2021-09-28 19:10 MissHsu 阅读(2638) 评论(0) 推荐(0)
摘要:异常1:PackagesNotFoundError: The following packages are not available from current channels: conda install X出现找不到X包问题,如下所示:默认的channels里找不到。 解决方案1:用pip i 阅读全文
posted @ 2021-08-12 17:08 MissHsu 阅读(6639) 评论(0) 推荐(0)
摘要:MacBook M1芯片安装Tensorflow踩坑 首先看下TensorFlow版本和Python的适配: 参考:https://tensorflow.google.cn/install/source#macos 踩坑1:在mac m1上安装tensorflow报错“zsh: illegal ha 阅读全文
posted @ 2021-08-11 15:26 MissHsu 阅读(5695) 评论(0) 推荐(0)