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
I am receiving an issue since wheel updated. I'm getting an error at
.env\lib\site-packages\mgrs\core.py in get_windows_platform_name line 18 '-' + wheel.pep425tags.get_platform()
It looks like wheel now expects archive_root to be provided to wheel.pep425tags.get_platform().
The text was updated successfully, but these errors were encountered:
If you can provide a patch, I will be happy to merge and reissue a release.
Sorry, something went wrong.
@hobu I created a pull request #24
Thanks
1.3.6 released
No branches or pull requests
I am receiving an issue since wheel updated. I'm getting an error at
.env\lib\site-packages\mgrs\core.py in get_windows_platform_name
line 18 '-' + wheel.pep425tags.get_platform()
It looks like wheel now expects archive_root to be provided to wheel.pep425tags.get_platform().
The text was updated successfully, but these errors were encountered: