simonw / shot-scraper

A command-line utility for taking automated screenshots of websites
https://shot-scraper.datasette.io
Apache License 2.0
1.67k stars 73 forks source link

Issue on Raspberry PI #60

Open developer2013 opened 2 years ago

developer2013 commented 2 years ago

Hello,

I got this error:

Traceback (most recent call last): File "/usr/bin/shot-scraper", line 33, in <module> sys.exit(load_entry_point('shot-scraper==0.10', 'console_scripts', 'shot-scraper')()) File "/usr/bin/shot-scraper", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: shot-scraper

is it not working for the pi?

thanks Carsten

simonw commented 2 years ago

What version of Python are you running? Could you run python --version to check?