找不到python模块错误 [英] python module not found error

查看:133
本文介绍了找不到python模块错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

已经问过几次这个问题,但是补救措施似乎过于复杂,以至于我仍在寻找用户特定的解决方案.

This question has been asked a few times, but the remedy appears to complicated enough that I'm still searching for a user specific solution.

我最近使用pip命令安装了Quandl模块.即使成功安装后,我的python空闲状态仍然显示

I recently installed Quandl module using pip command. Even after successful installation my python idle is still showing

Traceback (most recent call last):
  File "F:\Python36\Machine Learning\01.py", line 3, in <module>
    import Quandl
ModuleNotFoundError: No module named 'Quandl'

  1. 我在代码中使用了导入命令.
  2. 我正在使用python 3.6.1版本.
  3. 我正在Windows 10桌面上工作.
  4. 我也尝试过重新安装模块.

推荐答案

您可以更好地导航到python scripts文件夹并在其中打开命令窗口,然后尝试pip3 install quandl.希望这会有所帮助.

You can better navigate to your python scripts folder and open a command window there and try pip3 install quandl .Hope this helps.

这篇关于找不到python模块错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆