KmolYuan / Pyslvs-UI

An open source planar linkage mechanism simulation and mechanical synthesis system.
https://pyslvs-ui.readthedocs.io
GNU Affero General Public License v3.0
194 stars 37 forks source link

[BUG] #51

Open jloveric opened 2 years ago

jloveric commented 2 years ago

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.