Skip to content

Google Colab Error #285

@teskogi

Description

@teskogi

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions