我在研究Anaconda。‘is’给出了ModuleNotFoundError:没有名为'Quandl‘的模块。当我在命令提示符中尝试'conda -c anaconda‘时,它会给出“无法使用C:\Users....python.exe创建进程”,然后从GitHub下载quandl。然后,我在命令提示符中尝试了‘’。然而,同样的消息也出现了。我该怎么办?
发布于 2018-08-16 21:16:01
我该怎么办?
当然,如果是弱者的话,可以查看文档,但是为什么不看看https://github.com/quandl/quandl-python#retrieving-data呢?
(Spolier:是import quandl,小写)
https://stackoverflow.com/questions/51879795
复制相似问题