dgnsrekt / nitter_scraper

Scrape Twitter API without authentication using Nitter.
https://nitter-scraper.readthedocs.io/
MIT License
62 stars 13 forks source link

Problem with Installing #11

Closed samigonza3 closed 5 months ago

samigonza3 commented 1 year ago

Hi, I just got this triying to install the library via PIP. What can I do?

ERROR: Cannot install nitter_scraper because these package versions have conflicting dependencies.

The conflict is caused by: docker 4.4.4 depends on pywin32==227; sys_platform == "win32" docker 4.4.3 depends on pywin32==227; sys_platform == "win32" docker 4.4.2 depends on pywin32==227; sys_platform == "win32" docker 4.4.1 depends on pywin32==227; sys_platform == "win32" docker 4.4.0 depends on pywin32==227; sys_platform == "win32" docker 4.3.1 depends on pywin32==227; sys_platform == "win32"

ewebgh33 commented 9 months ago

@samigonza3

I had this error today, I set up an env with 3.11. Then saw in the files, one of them mentioned python 3.7 or 3.8. So I removed the conda env and set up a new one with python=3.8.

This solved the error and I was able to continue on. Hope this helps.