-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Description
For those running this on Google Colab and getting the following error.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
thinc 8.3.6 requires numpy<3.0.0,>=2.0.0, but you have numpy 1.26.3 which is incompatible.
Use the following to install rather than "!pip install -U python-jobspy"
!git clone https://github.com/speedyapply/JobSpy
!python3 -m pip install poetry
%cd JobSpy
!sed -i 's/NUMPY = "1.26.3"/NUMPY = "2.0.2"/' pyproject.toml
!python3 -m poetry build
%cd dist
!pip install python_jobspy-1.1.80.tar.gz
%cd ..
%cd ..
Happy hunting!
zakhtar8 and paulhfch
Metadata
Metadata
Assignees
Labels
No labels