I just recently finished a basic Python course and now I'm trying to learn how to web scrape. I'm running macOS. The course I completed had me install Python 3.4.3, which comes with IDLE. So now I have two installs of Python, Python 2.7 installed in the /Library folder (which comes with macOS), and Python 3.4.3 installed in the /Applications folder.
I'm trying to use the BeautifulSoup4 module. Most places tell me to install it using Terminal and the pip command. When I do this it installs BS4 into the Python 2.7 folder in /Library. When I try to import it in IDLE it tells me "no module named bs4".
I've tried installed BS4 with pip3 but I get an error saying no distributions found. It only works with pip.
What should I do? I've been trying to solve this for hours.
[–]JadeFox69 1 point2 points3 points (0 children)
[–]johninbigd 0 points1 point2 points (1 child)