hendriks73 / tempo-cnn

Framework for estimating temporal properties of music tracks.
GNU Affero General Public License v3.0
87 stars 12 forks source link

installation error with pip #19

Open kohei306 opened 1 year ago

kohei306 commented 1 year ago

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 commented 7 months ago

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