You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been trying to install atspy; first in a new conda environment.
I experienced issues, when installing it on my windows PC and I am therefore using Docker now.
However, I repeatedly come across the following error, when trying to install atspy through the Dockerfile:
Step 9/9 : RUN pip install --use-feature=2020-resolver --no-cache-dir "dataclasses ==0.6" "atspy== 0.2.8"
---> Running in 176fc6fc5b7b
Collecting dataclasses==0.6
Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
Collecting atspy==0.2.8
Downloading atspy-0.2.8.tar.gz (18 kB)
Requirement already satisfied: numexpr==2.7.1 in /opt/conda/lib/python3.8/site-packages (from atspy==0.2.8) (2.7.1)
Requirement already satisfied: tblib==1.6.0 in /opt/conda/lib/python3.8/site-packages (from atspy==0.2.8) (1.6.0)
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from atspy)
I have been trying different ways for installation. Does anyone know how to encounter this problem?
Thank you!!
The text was updated successfully, but these errors were encountered:
I am experiencing the same problem. I'm using Ubuntu 20.04, Python 3.8.2 64-bit and I'm not able to install because of Tensorflow.
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from atspy) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1)
ERROR: No matching distribution found for tensorflow==1.15.0 (from atspy)
Hello, I have been trying to install atspy; first in a new conda environment.
I experienced issues, when installing it on my windows PC and I am therefore using Docker now.
However, I repeatedly come across the following error, when trying to install atspy through the Dockerfile:
Step 9/9 : RUN pip install --use-feature=2020-resolver --no-cache-dir "dataclasses ==0.6" "atspy== 0.2.8"
---> Running in 176fc6fc5b7b
Collecting dataclasses==0.6
Downloading dataclasses-0.6-py3-none-any.whl (14 kB)
Collecting atspy==0.2.8
Downloading atspy-0.2.8.tar.gz (18 kB)
Requirement already satisfied: numexpr==2.7.1 in /opt/conda/lib/python3.8/site-packages (from atspy==0.2.8) (2.7.1)
Requirement already satisfied: tblib==1.6.0 in /opt/conda/lib/python3.8/site-packages (from atspy==0.2.8) (1.6.0)
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from atspy)
I have been trying different ways for installation. Does anyone know how to encounter this problem?
Thank you!!
The text was updated successfully, but these errors were encountered: