How do I resolve a "pkg_resources" error in PyCharm?
The Python Software Foundation periodically releases new versions of Python. Although we do our best to test each release, sometimes there are bugs that we cannot solve. If you recently installed Python 3.12 or are running an older version of our CoDrone EDU Python library, you may see this error when running your CoDrone EDU program:
ModuleNotFoundError: No module named 'pkg_resources'"
We fixed this issue in our latest version of the CoDrone EDU Python library. Please follow the link below to the tutorial:
Updating CoDrone EDU Python Library: https://docs.robolink.com/docs/CoDroneEDU/Python/Updating-Library
Now, you can try running your Python program again. If you continue to have issues, please email support@robolink.com with screenshots and the steps you did to produce the issue.
