robclewley / pydstool

PyDSTool main development repo
http://pydstool.sf.net
Other
171 stars 65 forks source link

ModuleNotFoundError: No module named 'parser' #172

Open Ananyamuguli opened 1 year ago

Ananyamuguli commented 1 year ago

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

Ananyamuguli commented 1 year ago

@robclewley Please can you fix this issue?

-Best Ananya

leoluecken commented 11 months ago

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)

shoepfl commented 8 months ago

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.