You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use pacparser on an Apple Silicon device. According to pypi the wheel should contain CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64).
ImportError: dlopen(/Users/xxx/Library/Caches/pypoetry/virtualenvs/pacp-VxZcfkwe-py3.11/lib/python3.11/site-packages/pacparser/_pacparser.cpython-311-darwin.so, 0x0002): tried: '/Users/xxx/Library/Caches/pypoetry/virtualenvs/pacp-VxZcfkwe-py3.11/lib/python3.11/site-packages/pacparser/_pacparser.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/xxx/Library/Caches/pypoetry/virtualenvs/pacp-VxZcfkwe-py3.11/lib/python3.11/site-packages/pacparser/_pacparser.cpython-311-darwin.so' (no such file), '/Users/xxx/Library/Caches/pypoetry/virtualenvs/pacp-VxZcfkwe-py3.11/lib/python3.11/site-packages/pacparser/_pacparser.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
I tried downloading the wheel manually and using the file tool I also see only the x86_64 architecture.
I also tested the python3.12 build and had the same issue.
Could you include the arm64 build as well?
The text was updated successfully, but these errors were encountered:
maederm
changed the title
PyPi build doesn't contain arm64 architecture for maxosx
PyPi build doesn't contain arm64 architecture for macosx
Jun 27, 2024
Hi
I tried to use pacparser on an Apple Silicon device. According to pypi the wheel should contain
CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
.I tried downloading the wheel manually and using the file tool I also see only the x86_64 architecture.
I also tested the python3.12 build and had the same issue.
Could you include the arm64 build as well?
The text was updated successfully, but these errors were encountered: