-1
我不知道發生了什麼事,但無論我嘗試過什麼,當我去import bs4
該模塊未找到。我不知道如何才能找到包裹。美麗的湯不能被發現多次重新安裝
Traceback (most recent call last):
File "/Users/tonywinglau/Desktop/print('hello LeChristopher').py", line 1, in <module>
import bs4 as bs
ImportError: No module named bs4
[Finished in 0.1s with exit code 1]
[cmd: ['/usr/bin/python2.7', "/Users/tonywinglau/Desktop/print('helloLeChristopher').py"]]
[dir:/Users/tonywinglau/Desktop]
[path:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin]
可能[重複](http://stackoverflow.com/questions/11783875/importerror-no-module-named-bs4-beautifulsoup)。 – blacksite
你可以嘗試導入BeautifulSoup –
不只是'導入BeautifulSoup'不起作用 –