Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'parser' #172

Open
Ananyamuguli opened this issue Oct 24, 2023 · 3 comments
Open

ModuleNotFoundError: No module named 'parser' #172

Ananyamuguli opened this issue Oct 24, 2023 · 3 comments

Comments

@Ananyamuguli
Copy link

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

@Ananyamuguli
Copy link
Author

@robclewley Please can you fix this issue?

-Best
Ananya

@leoluecken
Copy link

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
Copy link

shoepfl commented Feb 14, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants