skjerns / AutoSleepScorer

An open-source sleep stage classification Python package
GNU Affero General Public License v3.0
104 stars 22 forks source link

ERROR: No matching distribution found for tensorflow==1.3.0 #18

Open zenbooster opened 3 years ago

zenbooster commented 3 years ago

pip install git+https://github.com/skjerns/AutoSleepScorer

Collecting git+https://github.com/skjerns/AutoSleepScorer
  Cloning https://github.com/skjerns/AutoSleepScorer to c:\users\igoncharov\appdata\local\temp\pip-req-build-_opres_k
  Running command git clone -q https://github.com/skjerns/AutoSleepScorer 'C:\Users\Igoncharov\AppData\Local\Temp\pip-req-build-_opres_k'
  Resolved https://github.com/skjerns/AutoSleepScorer to commit 5fa890a81c3ccbc0cab4ebcf87f4acf67311608a
Collecting keras==2.0.6
  Using cached Keras-2.0.6.tar.gz (228 kB)
ERROR: Could not find a version that satisfies the requirement tensorflow==1.3.0 (from sleepscorer) (from versions: 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0)
ERROR: No matching distribution found for tensorflow==1.3.0
skjerns commented 3 years ago

This repository is almost 5 years old, back then Python 3.6 was the newest. tensorflow 1.3.0 is only available for 3.6.13 afaik.

If you use anaconda, just create a new virtual env and install python 3.6 into it, then all should work fine.