atspy
atspy copied to clipboard
Installation issue
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)
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
you can create a new conda environment and install conda install dataclasses
before doing pip install atspy
solution - https://github.com/firmai/atspy/issues/12