-
Notifications
You must be signed in to change notification settings - Fork 405
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
Installation - No module named 'plotly.express' #523
Comments
@ItayKishon-Vayyar I was able to create a fresh conda environment w/ D-Tale installed:
Then I opened a python console and ran the following commands:
I had no issues bringing up the app. Is there some operation you're trying to perform that brings up the Let me know how it turns out. Good luck |
@aschonfeld, I've noticed that with this installation, Perhaps Thanks. |
Thabks @ItayKishon-Vayyar, i can look into updating the dependencies to be pinned to plotly 5. Do you mind tossing your ⭐️ on the repo? 🙏 |
So the current plotly versions being used are:
I'm going to update this to:
|
That sounds a bit strange - as you can see in my first post, I installed the latest dtale version (1.50.1), yet ended up with plotly 3.10.0 (with Python 3.9.5). So perhaps something wasn't configured correctly with the requirements? Thanks for looking into this. I've started playing with your project, and it seems very cool. |
Ahhhh, looks like conda doesn't follow the version pinning used in I may need to drop python2.7. I can't find support for using different python versions on a dependency like I did in requirements.txt |
@ItayKishon-Vayyar try installing 1.50.1 of the conda version now. I updated the recipe to have |
Updated in v1.51.0 |
Hi,
I've tried installing dtale, via conda.
After this small issue, solved by installing networkx=2.5, I've encountered the following error:
I understand there's been some change recently to plotly's express submodule, but I can't seem to fix this.
Installed versions:
Python 3.9.5
dtale 1.50.1
plotly 3.10.0
Thanks.
The text was updated successfully, but these errors were encountered: