其他分享
首页 > 其他分享> > 动手学深度学习MXNet配置

动手学深度学习MXNet配置

作者:互联网

 

pip install mxnet-cu101==1.7.0 -f https://dist.mxnet.io/python

报错:ERROR: Command errored out with exit status 1:

参考了这篇文章:https://blog.csdn.net/itsfine/article/details/123832440

还是没有解决,仔细看了下报错内容:

Collecting numpy<1.17.0,>=1.8.2
Using cached numpy-1.16.6.zip (5.1 MB)
Collecting graphviz<0.9.0,>=0.8.1

要求numpy版本在<1.17.0,>=1.8.2之间,又去https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy查了下,恍然大悟

我的python解释器是3.8.8版本,而3.8版本解释器不支持那么低版本的numpy。

只能下载低版本python解释器3.5  不知道这个思路对不对

标签:解释器,MXNet,python,1.8,动手,报错,https,深度,numpy
来源: https://www.cnblogs.com/yzy666/p/16302790.html