没有名为chart_studio的模块

发布于 2025-01-20 05:14:59 字数 350 浏览 3 评论 0原文

我是初学者,我遇到一个问题

,我收到此错误:

ModuleNotFoundError:没有名为“chart_studio”的模块,

请帮助

! pip install Plotly
! pip install cufflinks
! pip install chart_studio
import numpy as np 
import pandas as pd
import cufflinks as cf
import chart_studio.plotly as py 
import plotly.tools as tls
import plotly.graph_objs as go

I am a beginner and I have a problem

I take this error:

ModuleNotFoundError: No module named 'chart_studio'

please help

! pip install Plotly
! pip install cufflinks
! pip install chart_studio
import numpy as np 
import pandas as pd
import cufflinks as cf
import chart_studio.plotly as py 
import plotly.tools as tls
import plotly.graph_objs as go

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

↙厌世 2025-01-27 05:14:59

您确定要执行以下操作吗:

pip install chart-studio

而不是

pip install chart_studio

查看此 线程,它也可能对你有帮助。

Are you sure you're doing the following:

pip install chart-studio

and not

pip install chart_studio

Check out this thread, it might help you as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文