pydstool icon indicating copy to clipboard operation
pydstool copied to clipboard

ModuleNotFoundError: No module named 'parser'

Open Ananyamuguli opened this issue 1 year ago • 3 comments

Python 3.10 has removed 'parser' module, and pydstool as not been upgraded yet to implement this.

Ananyamuguli avatar Oct 24 '23 18:10 Ananyamuguli

@robclewley Please can you fix this issue?

-Best Ananya

Ananyamuguli avatar Oct 24 '23 22:10 Ananyamuguli

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)

leoluecken avatar Nov 01 '23 22:11 leoluecken

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.

shoepfl avatar Feb 14 '24 11:02 shoepfl