Closed diamond-fish closed 1 year ago
I was able to install this without any errors with pip install selectolax. However, when running the script I got this error:
pip install selectolax
from selectolax.parser import HTMLParser ModuleNotFoundError: No module named 'selectolax.parser'; 'selectolax' is not a package
My setup:
I resolved it. Root cause: my script was called selectolax.py.
I was able to install this without any errors with
pip install selectolax
. However, when running the script I got this error:My setup: