-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Is there any way of enabling complex256 on arm Macs? #22290
Copy link
Copy link
Closed
Labels
32 - InstallationProblems installing or compiling NumPyProblems installing or compiling NumPy
Description
Steps to reproduce:
I have an M1 Mac and I know that by default complex256 isn't available on this platform.
Are there any steps I can take to make it available?
Error message:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Input In [64], in <cell line: 1>()
----> 1 from numpy import complex256
ImportError: cannot import name 'complex256' from 'numpy' (/opt/homebrew/Caskroom/miniforge/base/envs/myenv/lib/python3.9/site-packages/numpy/__init__.py)Additional information:
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
32 - InstallationProblems installing or compiling NumPyProblems installing or compiling NumPy