pydstool
pydstool copied to clipboard
ModuleNotFoundError: No module named 'parser'
Python 3.10 has removed 'parser' module, and pydstool as not been upgraded yet to implement this.
@robclewley Please can you fix this issue?
-Best Ananya
I encountered this as well. If you aren't tied to python version >3.9 you can use that (plus numpy version <1.20.0, see #173)
If there is yet no other fix, would it be possible to write this into the dependencies in pypi? Here, it should be specified that numpy has to be <1.20.0, which would save a lot of trouble.