Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numpy version mismatch for python 3.9 on mac #294

Open
rudysev opened this issue Oct 4, 2024 · 0 comments
Open

numpy version mismatch for python 3.9 on mac #294

rudysev opened this issue Oct 4, 2024 · 0 comments

Comments

@rudysev
Copy link

rudysev commented Oct 4, 2024

Hello,

I am trying to install marker-pdf with pip, and getting the following compatibility error:

Installing collected packages: numpy, texify, marker-pdf
  Attempting uninstall: numpy
    Found existing installation: numpy 2.0.2
    Uninstalling numpy-2.0.2:
      Successfully uninstalled numpy-2.0.2
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.
blis 1.0.1 requires numpy<3.0.0,>=2.0.0, but you have numpy 1.26.4 which is incompatible.
thinc 8.3.2 requires numpy<2.1.0,>=2.0.0; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.

I am unsure why it reverted to an older version of numpy than the one already installed on my system, which would pass the requirement for blis and thinc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant