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 with pip #19

Open
kohei306 opened this issue Jun 14, 2023 · 1 comment
Open

installation error with pip #19

kohei306 opened this issue Jun 14, 2023 · 1 comment

Comments

@kohei306
Copy link

pip install tempocnn
Collecting tempocnn
Using cached tempocnn-0.0.6-py3-none-any.whl (70.0 MB)
Collecting h5py<3.0.0,>=2.7.0
Using cached h5py-2.10.0.tar.gz (301 kB)
Preparing metadata (setup.py) ... done
Collecting librosa>=0.6.2
Using cached librosa-0.10.0.post2-py3-none-any.whl (253 kB)
Requirement already satisfied: setuptools>=41.0.0 in ./env/lib/python3.10/site-packages (from tempocnn) (59.6.0)
Collecting tempocnn
Using cached tempocnn-0.0.5-py3-none-any.whl (70.0 MB)
ERROR: Cannot install tempocnn==0.0.5 and tempocnn==0.0.6 because these package versions have conflicting dependencies.

The conflict is caused by:
tempocnn 0.0.6 depends on tensorflow==1.15.4
tempocnn 0.0.5 depends on tensorflow==1.15.4

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict
@AnastasiosMa
Copy link

I'm getting the same error, any suggestions how to solve it?

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