-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When installing julacall via pip install juliacall and run import juliacall,
I got
OSError: dlopen(/Applications/Julia-1.8.app/Contents/Resources/julia/lib/libjulia.1.8.dylib, 0x000A): tried: '/Applications/Julia-
1.8.app/Contents/Resources/julia/lib/libjulia.1.8.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need
'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Julia-1.8.app/Contents/Resources/julia/lib/libjulia.1.8.dylib' (no
such file), '/Applications/Julia-1.8.app/Contents/Resources/julia/lib/libjulia.1.8.dylib' (mach-o file, but is an incompatible architecture
(have 'arm64', need 'x86_64'))
My system
- OS: Mac2023 with M2 chip
- julia version 1.8.5
- If an issue with JuliaCall, the output of
pip listorconda listandjuliapkg.status():
| Package | Version |
|---|---|
| juliacall | 0.9.20 |
| juliapkg | 0.1.13 |
| numpy | 1.26.4 |
| pip | 24.0 |
| scipy | 1.13.1 |
| semver | 3.0.2 |
| setuptools | 69.5.1 |
| typing_extensions | 4.12.1 |
| wheel | 0.43.0 |
I could run this a couple of months ago, but failed this week
Thank you!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working