uvacw / inca

24 stars 6 forks source link

PhantomJS has been deprecated #515

Open bobvdvelde opened 4 years ago

bobvdvelde commented 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:

image

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