Be sure to like, share and comment to show your support for our tutorials.
=======================================
Channel – https://goo.gl/pnKLqE
Playlist For This Tutorial – https://goo.gl/EyZFti
Latest Video – https://goo.gl/atWRkF
Facebook – https://www.facebook.com/mastercodeonline/
Twitter – https://twitter.com/mastercodeonlin?lang=en
Website – http://mastercode.online
======================================
In this learn Python by Example tutorial we will start building an SEO…
For some reason when I type "python3 main.py" I'm getting a "no such file or directory" error. I did create the seo file manually just now and wonder if I did something wrong?
I am using command prompt in Windows and source bin/activate did not work any ideas?
even though pip3 installed well and so did virtualenv + created a seo foder and sub-folders
i get the following error:
seo$ python3 main.py … Traceback (most recent call last): …. File "main.py", line 2, in <module> from bs4 import BeautifulSoup ImportError: No module named 'bs4'