-
Notifications
You must be signed in to change notification settings - Fork 16
ERROR: Could not build wheels for triangle #122
Copy link
Copy link
Open
Labels
Upstream issueIssue originates from a dependency and typically cannot or will not be addressed within calcamIssue originates from a dependency and typically cannot or will not be addressed within calcamcompatibilityRelated to environment or dependency compatibilityRelated to environment or dependency compatibility
Description
Activity
Metadata
Metadata
Assignees
Labels
Upstream issueIssue originates from a dependency and typically cannot or will not be addressed within calcamIssue originates from a dependency and typically cannot or will not be addressed within calcamcompatibilityRelated to environment or dependency compatibilityRelated to environment or dependency compatibility
I have this error when trying to install calcam using pip:
triangle/core.c:196:12: fatal error: 'longintrepr.h' file not found
#include "longintrepr.h"
^~~~~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' 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 triangle
Successfully built calcam
Failed to build triangle
ERROR: Could not build wheels for triangle, which is required to install pyproject.toml-based projects
I tried to create pyenv to solve this but it still did not work.