-
Notifications
You must be signed in to change notification settings - Fork 220
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
Not working with GMT 6.0.0rc1 #310
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct. |
The problem can be reduced to this: >>> from packaging.version import Version
>>> Version('6.0.0rc1') < Version('6.0.0')
True |
By the way, the error message should say:
|
Yes, 6.0.0rc1 is a pre-release version. I think the solution is to change the Lines 114 to 115 in 997b88c
|
Yep, I agree. |
Could you submit a PR? |
Ok |
Update the required version check to match the release candidate. Use the conda-forge provided packages when testing on CI and in the conda environment. Fixes #310
Hi, I just installed
GMT 6.0.0rc1
on macOS through homebrew andpygmt
from source, but when try importingpygmt
, I get the following error:The text was updated successfully, but these errors were encountered: