quantstart / qstrader

QSTrader
MIT License
124 stars 54 forks source link

installing error for mac #5

Open xiaoliangbuaa opened 5 years ago

xiaoliangbuaa commented 5 years ago

**after typing this cmd in terminal:

pip install -r https://raw.githubusercontent.com/quantstart/qstrader/master/requirements.txt

I got this error, and the complete error message is attached. Any help would be appreciated.**

ERROR: Complete output from command /Users/tanjuju/anaconda3/envs/qstrader/bin/python -u -c 'import setuptools, tokenize;file='"'"'/private/var/folders/mr/vm25w3r932g7yf1n06bby2k00000gn/T/pip-install-sf35ozbp/matplotlib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/mr/vm25w3r932g7yf1n06bby2k00000gn/T/pip-wheel-we7tsi4d --python-tag cp37: ERROR: ============================================================================ Edit setup.cfg to change the build options[](url) ...

terminal_error.pdf

onshek commented 5 years ago

Maybe qstrader or its dependencies don't support Mac OS X 10.7? It works well in macOS 10.14.3 and 10.14.4 with Python 3.7.3.