为了账号安全,请及时绑定邮箱和手机立即绑定

导入错误:没有名为破折号的模块

导入错误:没有名为破折号的模块

MYYA 2021-08-11 22:47:44
我无法在生产服务器中安装 dash。在本地,我导入了pip install dash==0.29.0但在生产中它不起作用。当我使用sudo apt-get install python dash它的显示> "dash is already the newest version (0.5.8-2.4)",但是在使用导入破折号时> "ImportError: No module named dash"也试过须藤 pip 安装 python dash==0.29.0
查看完整描述

3 回答

?
慕少森

TA贡献2019条经验 获得超9个赞

该命令sudo apt-get install python dash安装系统包python(正确)和系统dash(不正确),这是一个linux shell

使用 安装 Python 后sudo apt-get install python,要安装python包 dash,您需要执行sudo pip install dash==0.29.0sudo python -m pip install dash==0.29.0


查看完整回答
反对 回复 2021-08-11
?
catspeake

TA贡献1111条经验 获得超0个赞

我遇到了同样的问题,我pip install dash在 conda 终端上运行解决了它(如果您使用的是 Anaconda)。


查看完整回答
反对 回复 2021-08-11
  • 3 回答
  • 0 关注
  • 200 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信