我必须安装模块'google',然后由于错误,在阅读了SO答案后,我不得不手动卸载它。从那以后,我无法导入bs4。它总是给我以下错误:
Error processing line 3 of /usr/local/lib/python3.6/dist-packages/googleapis_common_protos-1.5.3-nspkg.pth:
Traceback (most recent call last):
File "/usr/lib/python3.6/site.py", line 174, in addpackage
exec(line)
File "<string>", line 1, in <module>
File "<frozen importlib._bootstrap>", line 568, in module_from_spec
AttributeError: 'NoneType' object has no attribute 'loader'
Remainder of file ignored
我在ubuntu 17.10中使用Python 3。
答案 0 :(得分:3)
我的意见是你的包装unistall没有正确完成,谷歌包装的东西已被遗忘。
在我的位置,我会尝试移动此文件:googleapis_common_protos-1.5.3-nspkg.pth(暂时将其放在其他位置)然后查看导入模块是否有效,在这种情况下删除文件。