error when buildinging mkl algebra using osqp-python #702
Unanswered
rockyb3
asked this question in
Python Interface
Replies: 1 comment
-
|
@rockyb3 - can you try the instructions at https://osqp.org/docs/get_started/python.html and see if they work better? They're largely the same as the link you pointed to, but perhaps more verbose. In general, you shouldn't have to make any changes to any of the You might also want to try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
python: 3.11
osqp: 1.0.0b1
osqp python: master branch
mkl: installed by "conda install mkl"
environment variables:
OSQP_ALGEBRA_BACKEND=mkl
MKL_ROOT = "/home/username/.conda/envs/envname/lib"
I follow the doc https://osqp.org/docs/contributing/python.html#:~:text=%27builtin%27%5D-,Wrappers%20for%20mkl%20algebra,%C2%B6,-For%20building%20Python
and manually change the pyproject.toml file:
But got the error:
Beta Was this translation helpful? Give feedback.
All reactions