tobgu / pyrsistent

Persistent/Immutable/Functional data structures for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.18.1 error when installing on MacOS

alextriaca opened this issue · comments

commented

When installing on MacOS Monterey I receive the following error:

pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl is not a supported wheel on this platform.

Pinning pyrsistent to version 0.18.0 corrects this issue.

It's also worth noting that this is an x86 Intel CPU rather than an ARM chip.

Thanks for reporting this! Could you please run the following commands and provide the output:

$ python -VV
$ uname -r
commented

Sorry, didn't get a notification of this reply. Here are the details:

$ python -VV

Python 3.8.10 (v3.8.10:3d8993a744, May  3 2021, 08:55:58) 
[Clang 6.0 (clang-600.0.57)]

$ uname -r

21.3.0

For me this is

$ python -VV
Python 3.8.6 (default, Dec 22 2020, 16:57:09)
[Clang 12.0.0 (clang-1200.0.32.28)]

uname -r
19.6.0

@alextriaca I solved the "pyrsistent-0.18.1-cp38-cp38-macosx_10_9_universal2.whl is not a supported wheel on this platform." problem by upgrading my pip version from 20.x to 22.0.4. Hope that helps!

commented

@itobysq brilliant! Looks like old pip is struggling there. Thanks for the fix 🙂

Great collaboration! :-) I'll close this for now. Please re-open if you still have an issue with this.