如何在AWS EC2上安装QUANDL?

时间:2017-06-05 04:09:06

标签: pandas numpy

当我发出以下命令时

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/

2 个答案:

答案 0 :(得分:0)

Github projcect page表示你应该使用命令

pip install quandle

安装。

你是不是意外地使用非大写" Q"在你的命令?

答案 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']