-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi
Tried to set this up today on Win11. So far everything seems to have installed. I already have Docker Desktop.
However I'm hitting a wall trying to run a simple scrape (the example from github on the main page).
Running the .py, I get
Traceback (most recent call last):
File "c:\Scraping\nitter_scraper\test.py", line 3, in <module>
from nitter_scraper import NitterScraper
File "c:\Scraping\nitter_scraper\nitter_scraper\__init__.py", line 1, in <module>
from nitter_scraper.nitter import NitterScraper
File "c:\Scraping\nitter_scraper\nitter_scraper\nitter.py", line 8, in <module>
import docker
ModuleNotFoundError: No module named 'docker'
Which is weird because I've literally just run pip install docker, as well as already having desktop.
Any tips here appreciated. Version mismatch? I ran into an earlier issue where I couldn't pip install nitter_scraper because it didn't like python=3.11. Am now running 3.8. But perhaps it also wants an older docker?
pip list shows:
appdirs 1.4.4
beautifulsoup4 4.12.3
bs4 0.0.2
certifi 2023.11.17
charset-normalizer 3.3.2
colorama 0.4.6
cssselect 1.2.0
docker 4.4.4
fake-useragent 1.4.0
idna 3.6
importlib-metadata 7.0.1
importlib-resources 6.1.1
Jinja2 2.11.3
loguru 0.5.3
lxml 5.1.0
MarkupSafe 2.1.3
nitter-scraper 0.5.0
parse 1.20.0
pendulum 2.1.2
pip 23.3.1
pydantic 1.10.13
pyee 8.2.2
pyppeteer 1.0.2
pyquery 2.0.0
python-dateutil 2.8.2
pytzdata 2020.1
pywin32 227
requests 2.31.0
requests-html 0.10.0
setuptools 68.2.2
six 1.16.0
soupsieve 2.5
tqdm 4.66.1
typing_extensions 4.9.0
urllib3 1.26.18
w3lib 2.1.2
websocket-client 1.7.0
websockets 10.4
wheel 0.41.2
win32-setctime 1.1.0
zipp 3.17.0
Metadata
Metadata
Assignees
Labels
No labels