Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from atspy) #23

Open
alexwese opened this issue Aug 25, 2020 · 1 comment

Comments

@alexwese
Copy link

alexwese commented Aug 25, 2020

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!!

@vinicius-folha
Copy link

vinicius-folha commented Oct 15, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants