KumarAjit
Results
3
comments of
KumarAjit
Help and support needed to run tests and upgrade.
I think it is Scrapy version issue, in newer version of scrapy BaseItem is replaced with just Item. The virtualenv is using Python3.12 which may caused a latest version of...
As a quick solution, create a new virtual environment with lower python version like 3.10 or 3.11 and then install Gerapy again. or long term solution, update the Gerapy code...