Describe the bug
Import error when trying
from edisgo import EDisGo
--> ModuleNotFoundError: No module named 'pkg_resources'
To Reproduce
Steps to reproduce the behavior:
- Set up new python 3.10 environment
- (git clone eDisGo branch if not already cloned)
- dev install edisgo in new environment (using setup.py)
- from edisgo import EDisGo
- See error
Additional context
setuptools >= 82 doesn't contain pkg_resources anymore
Suggested fix
pin
setuptools < 82.0.0
in setup.py requirements
Describe the bug
Import error when trying
from edisgo import EDisGo--> ModuleNotFoundError: No module named 'pkg_resources'
To Reproduce
Steps to reproduce the behavior:
Additional context
setuptools >= 82 doesn't contain pkg_resources anymore
Suggested fix
pin
setuptools < 82.0.0in setup.py requirements