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

Pip install fails #30

Open
kamurani opened this issue May 28, 2023 · 1 comment
Open

Pip install fails #30

kamurani opened this issue May 28, 2023 · 1 comment

Comments

@kamurani
Copy link

Not sure if this is on my end, but when installing using pip install molplotly, I could not import without running into the following issues:

ImportError: cannot import name 'json' from itsdangerous
Fixed by running pip install --force-reinstall itsdangerous==2.0.1

ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers
Fixed by running pip install --force-reinstall werkzeug==2.0.3

Not sure if this is just an environment problem, or whether the project should be updated to use the newer releases of these packages. Thanks

@wjm41
Copy link
Owner

wjm41 commented Jun 1, 2023

Hey! Sorry for the late reply - what OS are you on? I have just tried on a fresh conda environment on mac without issue, might be something specific to your environment :)

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

2 participants