hobuinc / mgrs

Python MGRS library
https://pypi.python.org/pypi/mgrs
MIT License
111 stars 36 forks source link

get_platform() missing 1 required positional argument: 'archive_root' #23

Closed jalldredge2020 closed 4 years ago

jalldredge2020 commented 4 years ago

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().

hobu commented 4 years ago

If you can provide a patch, I will be happy to merge and reissue a release.

joshua-hester commented 4 years ago

@hobu I created a pull request https://github.com/hobu/mgrs/pull/24

Thanks

hobu commented 4 years ago

1.3.6 released