當我發出以下命令如何在AWS EC2上安裝QUANDL?
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/
其實我只用了所有的小寫字母,但有些如何在上面的信息中打印成大寫字母。 – Naresh
我仍然面臨同樣的問題,我不使用大寫Q,我使用的命令是pip install quandl – Naresh