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
Not sure if this is the correct place to report this, but
pip install python-solvespace
does not install on Ubuntu22.04
In file included from python_solvespace/src/constraint.cpp:7:
python_solvespace/src/solvespace.h:39:10: fatal error: Eigen/SparseCore: No such file or directory
39 | #include <Eigen/SparseCore>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
Not sure if this is the correct place to report this, but
does not install on Ubuntu22.04
The text was updated successfully, but these errors were encountered: