molplotly icon indicating copy to clipboard operation
molplotly copied to clipboard

Pip install fails

Open kamurani opened this issue 2 years ago • 1 comments

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

kamurani avatar May 28 '23 09:05 kamurani

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 :)

wjm41 avatar Jun 01 '23 21:06 wjm41