Skip to content

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

@alexwese

Description

@alexwese

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions