BirdVox / birdvoxdetect

A pre-trained deep learning system for detecting bird flight calls in continuous recordings
MIT License
76 stars 15 forks source link

Pip unable to find tensorflow==1.15.2 #61

Closed ses4j closed 3 years ago

ses4j commented 3 years ago

In case anyone needs to install this but pip cannot find tensorflow (it seems that tensorflow 1.x was removed from pip), you can downlaod the appropriate .whl from Github here:

https://pypi.org/project/tensorflow/1.15.2/#files

and then install it directly with pip install <downloaded file>. Then retry pip install birdvoxdetect.

lostanlen commented 3 years ago

Thank you. We'll update to TF v2.0 in the next round of training of BVC/BVD