Win10 Anaconda+TensorFlow+Keras 环境

Win10系统Anaconda+TensorFlow+Keras 环境

参考:

Win10系统Anaconda+TensorFlow+Keras 环境搭建教程
https://redstonewill.com/1842/

问题1:

anaconda直接傻瓜安装但需要配置python环境变量
如果是windows的话需要去 控制面板\系统和安全\系统\高级系统设置\环境变量\用户变量\PATH 中添加 anaconda的安装目录的Scripts文件夹

问题2:

numpy安装异常:No module named ‘numpy.core._multiarray_umath’
https://blog.csdn.net/zyb418/article/details/88114953

问题3:

ERROR tensorflow 1.13.1 has requirement tensorboard1.14.0=1.13.0, but you’ll have tensorboard 1
https://blog.csdn.net/tudou2013goodluck/article/details/90610273

问题4:

ImportError: Something is wrong with the numpy installation. While importing we detected …
https://blog.csdn.net/qq_41621174/article/details/88852534

问题5:

在用pip安装时候遇到Cannot uninstall ****,It is a distutils installed project and thus we cannot accurate的处理
https://blog.csdn.net/jessican_uestc/article/details/80849625

参考资料:

Jupyter 安装与使用
https://blog.csdn.net/gubenpeiyuan/article/details/79252402

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐