Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.33k stars 349 forks source link

Dependencies - setup.py #100

Open rodrigo-serra opened 1 year ago

rodrigo-serra commented 1 year ago

Hi there,

I was going through the setup process (running 'setup.py'), and I came up with the following error:

Processing dependencies for open-reid==0.2.0 error: numpy 1.17.4 is installed but numpy<1.26.0,>=1.18.5 is required by {'scipy'}

I've checked my numpy version, and in fact, it didn't meet the requirements. So, I uninstalled numpy with pip and installed the 1.20.3 version.

When I try to run the 'setup.py 'again, the error persists.

Any ideas?

Thanks in advance.