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
Describe the bug
It fails to install on Manjaro with python 3.11 via pip install scikit-fda, with the following error:
GPy/kern/src/stationary_cython.c:196:12: fatal error: longintrepr.h: No such file or directory
196 | #include "longintrepr.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
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 GPy
Running setup.py clean for GPy
Failed to build GPy
ERROR: Could not build wheels for GPy, which is required to install pyproject.toml-based projects
Version information
OS: Manjaro
Python version: 3.11
scikit-fda version: 0.8.1
Additional context
It works on Python 3.10
The text was updated successfully, but these errors were encountered:
Describe the bug
It fails to install on Manjaro with python 3.11 via
pip install scikit-fda
, with the following error:Version information
Additional context
It works on Python 3.10
The text was updated successfully, but these errors were encountered: