tempo-cnn icon indicating copy to clipboard operation
tempo-cnn copied to clipboard

installation error with pip

Open kohei306 opened this issue 2 years ago • 1 comments

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

kohei306 avatar Jun 14 '23 06:06 kohei306

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

AnastasiosMa avatar Jan 29 '24 11:01 AnastasiosMa