Skip to content
New issue

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

ERROR: No matching distribution found for nibabel==5.1.0 #1226

Closed
emmanuel-nwogu opened this issue Apr 18, 2023 · 4 comments
Closed

ERROR: No matching distribution found for nibabel==5.1.0 #1226

emmanuel-nwogu opened this issue Apr 18, 2023 · 4 comments

Comments

@emmanuel-nwogu
Copy link

On Python 3.7.6, I'm getting the error: "ERROR: No matching distribution found for nibabel==5.1.0" when I try to install nibabel.

Full log:

[emmanuel@qbc2 miscnn-unet]$ python3 -m pip install nibabel==5.1.0
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement nibabel==5.1.0 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 3.0.0rc1, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.2.0, 3.2.1, 3.2.2, 4.0.0rc0, 4.0.0, 4.0.1, 4.0.2)
ERROR: No matching distribution found for nibabel==5.1.0
@effigies
Copy link
Member

Nibabel 5 only supports Python 3.8+.

@emmanuel-nwogu
Copy link
Author

Oh, I see. What's the highest version that supports Python 3.7.6?

@effigies
Copy link
Member

We have a release matrix at #803

@emmanuel-nwogu
Copy link
Author

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants