当我尝试导入plotly.express时出现错误:ImportError: Plotly express requires pandas to be installed.安装说明没有提到必须安装任何额外的东西。我可以单独导入plotly,只有在导入plotly.express时才会出现错误。有想法该怎么解决这个吗?
1 回答
慕妹3242003
TA贡献1824条经验 获得超6个赞
Pandas 是一个依赖项,仅在plotly.express 中使用,而不在plotly 中使用。因此您需要使用pip install pandas
或安装 pandasconda install -c anaconda pandas
添加回答
举报
0/150
提交
取消