无法导入刮擦包

时间:2019-06-11 02:45:13

标签: python installation

我正在尝试在某些代码中使用scrapy。但是,我从Visual Studio Code中得到了错误:

Unable to import 'scrapy'pylint(import-error)

我认为答案很简单,但我无法弄清楚。

使用pip install scrapy之后,我打开了一个Python控制台,导入scrapy,然后使用scrapy.__ file __查找模块的目录。

我得到了:/anaconda2/lib/python2.7/site-packages/scrapy/__ init __.pyc

我检查了sys.path,并且它已经包含/anaconda2/lib/python2.7/site-packages。怎么了?

1 个答案:

答案 0 :(得分:-1)

那很简单。为Azer mentions in the comments

  

如果仅在VS Code中使用它,则可能忘记了在VS Code设置中设置正确的Python解释器。

看起来它只是VS Code上的Python解释器。