Open bobvdvelde opened 4 years ago
PhantomJS is used in a couple of scrapers (KPN & Randstad). PhantomJS is dropping support for Python, but is also being deprecated as a project
In a clean debian-buster environment, an apt installed version of PhantomJS will no longer cooperate with selenium:
Minimal example of error:
docker run -v path/to/inca:/inca -it python:3.8.0-buster bash $container> apt update; apt install -y phantomjs $container> pip install -e /inca $container> python -m inca
PhantomJS is used in a couple of scrapers (KPN & Randstad). PhantomJS is dropping support for Python, but is also being deprecated as a project
In a clean debian-buster environment, an apt installed version of PhantomJS will no longer cooperate with selenium:
Minimal example of error: