robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
10 stars 11 forks source link

[BUG]: python 3.8/3.9 broken #30

Closed virtuald closed 9 months ago

virtuald commented 10 months ago

Problem description

pkg_resources migration wasn't tested.

Operating System

Windows, MacOS, Linux, RoboRIO, Raspbian

Installed Python Packages

No response

Reproducible example code

No response

auscompgeek commented 9 months ago

https://importlib-metadata.readthedocs.io/en/latest/migration.html

Since we require Python 3.8+ we can import from importlib.metadata rather than importlib_metadata.