Replies: 2 comments 1 reply
-
Got this same installation error on Mac OS 13.4.1 (M1 Chip) using Python 3.11 |
Beta Was this translation helpful? Give feedback.
-
The current version on the main branch works both with Python 3.11 and 3.12. The csv example worked for me for both versions on Linux (Ubuntu 24.04) and MacOS (Sonoma 14.4.1 on Apple's ARM cpu) which both defaults to Python 3.12.
|
Beta Was this translation helpful? Give feedback.
-
I just installed python on my new Windows 10 PC and I am getting error on installation. Does it work with latest version of Python? Iam am getting the following error while pip install dedupe.
`
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [56 lines of output]
C:\Users\devkm\AppData\Local\Temp\pip-build-env-77nhj1o0\overlay\Lib\site-packages\Cython\Compiler\Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: C:\Users\devkm\AppData\Local\Temp\pip-install-p58v14hn\pylbfgs_a164e248002b4b3687d129712320ddb0\lbfgs_lowlevel.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output
`
Beta Was this translation helpful? Give feedback.
All reactions