Importing Quandl is giving ModuleNotFoundError:

Importing Quandl is giving ModuleNotFoundError:

我正在开发 Anaconda。 'import Quandl' 给出 ModuleNotFoundError:没有名为 'Quandl' 的模块。当我在命令提示符下尝试 'conda install -c anaconda quandl' 时,它给出 'Unable to create process using C:\Users....python.exe' 然后我从 GitHub 下载了 quandl。然后我在命令提示符下尝试 'pip install quandl' 。但是,再次出现相同的消息。 我该怎么办?

What should I do?

当然,对于胆小的人来说,文档也是如此,但为什么不看看 https://github.com/quandl/quandl-python#retrieving-data

(剧透:它是 import quandl,小写)