BirdVox / birdvoxdetect

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

ERROR: Could not find a version that satisfies the requirement ... #95

Open lostanlen opened 2 years ago

lostanlen commented 2 years ago

Raised by Dylan Osterhaus

I am trying to install and use birdvox detect with python, however, I am running into problems with the installation (packages with conflicting dependencies). I was wondering if there is someone you could recommend for troubleshooting this issue? I noticed that in the conversation page for birdvox that others are having similar issues but no solution had been given.

lostanlen commented 2 years ago

installation with easy_install now returns the following error

error: numpy 1.21.4 is installed but numpy<1.21,>=1.17 is required by {'numba'}

import birdvoxclassify produces

ModuleNotFoundError: No module named 'llvmlite'

@auroracramer can you help? 🥺