JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.47k stars 708 forks source link

ERROR: Package 'snscrape' requires a different Python: 3.7.4 not in '~=3.8' #223

Closed AnsarKZ closed 3 years ago

AnsarKZ commented 3 years ago

Hi guys! Thank you for your work!

I have tried running the dev version both with Python 3.8 and the latest 3.9.4 this error comes up anyways, thank you

Collecting git+https://github.com/JustAnotherArchivist/snscrape.git Cloning https://github.com/JustAnotherArchivist/snscrape.git to c:\users\owner\appdata\local\temp\pip-req-build-dkipyk2s Note: you may need to restart the kernel to use updated packages. Running command git clone -q https://github.com/JustAnotherArchivist/snscrape.git 'C:\Users\Owner\AppData\Local\Temp\pip-req-build-dkipyk2s' ERROR: Package 'snscrape' requires a different Python: 3.7.4 not in '~=3.8'

JustAnotherArchivist commented 3 years ago

As mentioned in the README:

snscrape requires Python 3.8 or higher.

You are clearly using Python 3.7.4 there, not 3.8 or 3.9.4.