marker icon indicating copy to clipboard operation
marker copied to clipboard

numpy version mismatch for python 3.9 on mac

Open rudysev opened this issue 1 year ago • 0 comments

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.

rudysev avatar Oct 04 '24 20:10 rudysev