superryeti / Hands-on-WebScraping

This repo is a part of blog series on several web scraping projects where we will explore scraping techniques to crawl data from simple websites to websites using advanced protection.
MIT License
82 stars 74 forks source link

Issues installing libraries in python 3.8 #2

Open adalast opened 4 years ago

adalast commented 4 years ago

Initially, I got an error for dateutil not having a valid version for my current install, then I read that python-dateutil should be a subsitute, but when installing that I got a failure. Anyone able to get this working in 3.8?

KingAchu commented 4 years ago

Personally, I like staying 2 versions behind the latest version of python. If you get the latest version chances are a lot of your favorite libraries are not up to date with it.