Skip to content
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

symbol not found in flat namespace '_csc_matrix' #108

Open
lellomascetti1922 opened this issue Mar 9, 2023 · 0 comments
Open

symbol not found in flat namespace '_csc_matrix' #108

lellomascetti1922 opened this issue Mar 9, 2023 · 0 comments

Comments

@lellomascetti1922
Copy link

Error importing osqp

System:
MacBook Pro with Apple M2 Max
MaOS Ventura 13.0

python version:
Python 3.9.6

osqp version:
0.6.2.post8

Details
I cloned the osqp/osqp-python repo with tag v0.6.2.post8 and built by running pip3 install .. Installation runs fine.
When I try importing osqp in python3 I get the following error:

>>> import osqp Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Python/3.9/site-packages/osqp/__init__.py", line 5, in <module> from osqp.interface import OSQP File "/Library/Python/3.9/site-packages/osqp/interface.py", line 6, in <module> import osqp._osqp as _osqp # Internal low level module ImportError: dlopen(/Library/Python/3.9/site-packages/osqp/_osqp.cpython-39-darwin.so, 0x0002): symbol not found in flat namespace '_csc_matrix'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant