firmai / atspy

AtsPy: Automated Time Series Models in Python (by @firmai)
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3580631
510 stars 89 forks source link

Installation issue #7

Open brandonsimpson21 opened 4 years ago

brandonsimpson21 commented 4 years ago

when trying to install receive an error that reads

ERROR: Could not find a version that satisfies the requirement dataclasses==0.7 (from atspy) (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6) ERROR: No matching distribution found for dataclasses==0.7 (from atspy)

brandonsimpson21 commented 4 years ago

update when trying to install from Zip get the error

ERROR: Could not find a version that satisfies the requirement mxnet-cu100==1.4.1 (from atspy==0.1.9) (from versions: 1.6.0b20191102) ERROR: No matching distribution found for mxnet-cu100==1.4.1 (from atspy==0.1.9

DerekChia commented 4 years ago

you can create a new conda environment and install conda install dataclasses before doing pip install atspy

rahul4tripathi2 commented 4 years ago

solution - https://github.com/firmai/atspy/issues/12