Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed installation on python 3.11 #544

Closed
daviddavo opened this issue Jun 21, 2023 · 3 comments
Closed

Failed installation on python 3.11 #544

daviddavo opened this issue Jun 21, 2023 · 3 comments
Labels

Comments

@daviddavo
Copy link

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

@daviddavo daviddavo added the bug label Jun 21, 2023
@vnmabus
Copy link
Member

vnmabus commented Jun 22, 2023

This comes from an error in one of our dependencies: SheffieldML/GPy#998

@mrrezaie
Copy link

Hi, I have similar issue in Windows 10, python 3.11. Thank you.

@vnmabus
Copy link
Member

vnmabus commented Aug 18, 2023

This is probably solved with jdtuck/fdasrsf_python#32. Please reopen if that is not the case.

@vnmabus vnmabus closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants