-
Notifications
You must be signed in to change notification settings - Fork 3
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
MacOS 13.4 M1 fails instalation #4
Comments
I also met some problems which seem to relate Apple Processing ./kapteyn-3.0.tar.gz × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Python 3.11.1 (main, Feb 19 2023, 11:58:30) [Clang 13.1.6 (clang-1316.0.21.2.3)] on darwin
src/ascarray.c:3168:12: fatal error: 'longintrepr.h' file not found
#include "longintrepr.h"
^~~~~~~~~~~~~~~
5 warnings and 5 errors generated.
clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk build/temp.macosx-13-arm64-cpython-311/src/eterms.o build/temp.macosx-13-arm64-cpython-311/src/wcs.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/cel.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/flexed/wcsulex.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/flexed/wcsutrn.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/lin.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/log.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/prj.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/spc.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/sph.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/spx.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/tab.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcs.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcserr.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcsfix.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcshdr.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcsprintf.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcstrig.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcsunits.o build/temp.macosx-13-arm64-cpython-311/src/wcslib-4.24/C/wcsutil.o build/temp.macosx-13-arm64-cpython-311/src/xyz.o -o build/lib.macosx-13-arm64-cpython-311/kapteyn/wcs.cpython-311-darwin.so
building 'ascarray' extension
clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -I/opt/homebrew/lib/python3.11/site-packages/numpy/core/include -Isrc -Isrc/wcslib-4.24/C/ -I/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c src/ascarray.c -o build/temp.macosx-13-arm64-cpython-311/src/ascarray.o
I hope you can have time to see what's going on, since I really like Kapteyn
The text was updated successfully, but these errors were encountered: