You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now python setup.py develop or pip install -e . do not pull in the codegen_src folder (generated during extension build time, which should be theoretically be identical in editable/normal install modes). This won't matter to 99% of the users, but it would be nice to investigate why this is not working and fix it, or document clearly that codegen is not supported when installing osqp-python in editable mode.
The text was updated successfully, but these errors were encountered:
This may not be an issue for the 1.0 release (need to confirm this) that uses the skbuild backend, but is not yet fixed (as of 05/22/24) for the 0.6.x releases.
Right now
python setup.py develop
orpip install -e .
do not pull in thecodegen_src
folder (generated during extension build time, which should be theoretically be identical in editable/normal install modes). This won't matter to 99% of the users, but it would be nice to investigate why this is not working and fix it, or document clearly that codegen is not supported when installingosqp-python
in editable mode.The text was updated successfully, but these errors were encountered: