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
I've encountered the same problem, and hopefully this one is straightforward. The solution is to setup the EIGEN_DIR variable with a path to eigen.
However, I still can't manage to install the package. The following errors occur:
lpsmap/ad3ext/FactorTreeTurbo.h:24:1: note: ‘std::tie’ is defined in header ‘<tuple>’; did you forget to ‘#include <tuple>’?
23 | #include "DependencyDecoder.h"
+++ |+#include <tuple>
24 |
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for lp-sparsemap
Failed to build lp-sparsemap
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (lp-sparsemap)
I am facing an issue while trying to install the lp-sparsemap package. The installation process is failing with the following error:
I have attempted to upgrade the pip package using the command pip install --upgrade pip, but the issue persists.
The text was updated successfully, but these errors were encountered: