Simple-Robotics / proxsuite

The Advanced Proximal Optimization Toolbox
BSD 2-Clause "Simplified" License
414 stars 50 forks source link

AttributeError when using python module VectorQP #344

Closed wanghf15 closed 4 months ago

wanghf15 commented 4 months ago

python 3.8.10 proxsuite-0.6.6 was installed

import proxsuite proxsuite.proxqp.dense.VectorQP() Traceback (most recent call last): File "", line 1, in AttributeError: module 'proxsuite.proxsuite_pywrap_avx2.proxqp.dense' has no attribute 'VectorQP'

fabinsch commented 4 months ago

you just get VectorQP if proxsuite is build with openmp support.