当我发出以下命令时
pip install Quandle
我收到以下消息
Command "/usr/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pi
p-build-7Q6V28/cryptography/setup.py';f=getattr(tokenize, 'open', open)(__file__
);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'ex
ec'))" install --record /tmp/pip-YTWhP8-record/install-record.txt --single-versi
on-externally-managed --compile" failed with error code 1 in /tmp/pip-build-7Q6V
28/cryptography/
答案 0 :(得分:0)
答案 1 :(得分:0)
最后它解决了,有一些文件夹要创建,我们手动创建它们并且它可以工作
只是为了测试它是否有效我们测试了以下代码并且它有效
=============================================== ======================== 测试代码:
导入quandl 打印(DIR(quandl))
输出:
[' ApiConfig',' AuthenticationError',' ColumnNotFound','数据','数据库',& #39;数据集','数据表',' ForbiddenError',' InternalServerError',' InvalidDataError',' InvalidRequestError&# 39;,' LimitExceededError',' MergedDataset',' NotFoundError',' QuandlError',' ServiceUnavailableError',&# 39; 内置',' doc ',' 文件',& #39; 加载程序',' 名称',' 包', ' 路径',' api_config',' bulkdownload','连接','错误&# 39;,' get',' get_table',' message',' model',' operations',&# 39; util',' utils',' version']