mplcyberpunk icon indicating copy to clipboard operation
mplcyberpunk copied to clipboard

ModuleNotFoundError: No module named 'pkg_resources'

Open Rajdave69 opened this issue 1 year ago • 2 comments

Traceback (most recent call last):
  File "C:\Users\Raj Dave\Desktop\New folder\main.py", line 5, in <module>
    import mplcyberpunk
  File "C:\Users\Raj Dave\AppData\Local\Programs\Python\Python312\Lib\site-packages\mplcyberpunk\__init__.py", line 4, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

python 3.12

happens when I'm trying to import it

Rajdave69 avatar Jan 30 '24 19:01 Rajdave69

you need setuptools, check if you have it

demming avatar Feb 10 '24 13:02 demming