sangaline / wayback-machine-scraper

A command-line utility and Scrapy middleware for scraping time series data from Archive.org's Wayback Machine.
http://sangaline.com/post/wayback-machine-scraper/
ISC License
423 stars 74 forks source link

ImportError: cannot import name timezone #2

Closed dannymichel closed 6 years ago

dannymichel commented 7 years ago

I tried pip install datetime and pip3 install datetime and am still getting the error.

sangaline commented 6 years ago

Do you get this error when installing it from pypi (e.g. pip3 install wayback-machine-scraper)? You shouldn't have to install any dependencies manually, but you will need to use pip3 to install it if your default pip is tied to Python 2.

sangaline commented 6 years ago

Let me know if you're stilling still having this issue and I'll reopen it.