Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Scraping Data From the Web Introducing Data Scraping Beautiful Soup

Pratham Mishra
Pratham Mishra
14,191 Points

I am getting an error while running the python script:

I am running this python script on my local machine(Mac), on VS Code

Exception has occurred: URLError <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)> File "/Users/the-g3nius/Desktop/Python Intermediate Treehouse/web-scraping/scraper.py", line 4, in <module> html = urlopen('https://treehouse-projects.github.io/horse-land/index.html')

Tom Morgan
Tom Morgan
8,208 Points

I'm getting the exact same error, anyone else know how to resolve this?