We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: