marketneutral/alphatools

3.6.8 python issue

inevity opened this issue · 2 comments

When finish install using python v3.6.8, run pip check ,output:

pip check
fastai 1.0.34 requires torchvision-nightly, which is not installed.
catboost 0.13.1 requires enum34, which is not installed.
spacy 2.0.16 has requirement numpy>=1.15.0, but you have numpy 1.14.1.
spacy 2.0.16 has requirement regex==2018.01.10, but you have regex 2018.8.29.
jsonschema 3.0.1 has requirement six>=1.11.0, but you have six 1.10.0.
blaze keepalive-30.g31060532 has requirement odo>=0.5.0, but you have odo 0.3.2+729.gda7f26d.

Did you use one of the install scripts? e.g.,

https://github.com/marketneutral/alphatools/blob/master/install_stable.sh

Thanks.