-
Notifications
You must be signed in to change notification settings - Fork 36
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
Installation issue: GPy #21
Comments
@momutassem, you are referring to which of the three benchmarks currently available? |
I also get this error with MOABB
And more here:
|
The MOABB benchmark. |
This might depend on your specific environment. I tried on three different
machines and I cannot reproduce.
For instance, if you use Colab everything is running:
https://drive.google.com/file/d/1x3kNX65FelDhyl6ooNyFK8pVXsLxTm_N/view?usp=sharing
.
One suggestion is to install gpy with conda rather than with pip:
conda install conda-forge::gpy
…On Thu, Feb 15, 2024 at 1:28 PM momutassem ***@***.***> wrote:
@momutassem <https://github.com/momutassem>, you are referring to which
of the three benchmarks currently available?
The MOABB benchmark.
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVSSXUKNCFKT3HJS3SLYTZHVPAVCNFSM6AAAAABDG2ORU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBWHA3TQNJZGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Okay great, it’s working now. Thank you for your help! |
Which changes did you do in your environment to make it working?
…On Sun, Feb 18, 2024 at 12:00 PM momutassem ***@***.***> wrote:
Okay great, it’s working now. Thank you for your help!
—
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA2ZVUB23RKVZKYAMPH4WDYUIXT3AVCNFSM6AAAAABDG2ORU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGM4DKNRSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I had the same problem and resolved it by downgrading from python 3.11 to python 3.10 |
I added a warning into the README to notify that to the users. Personally, I'm able to make it working with python 3.11 as well, but it looks like other users have issues with that. |
I was also able to make it work with python 3.11 by just installing it directly using pip. |
when installing the extra-requirements.txt, I get the following issue:
GPy/kern/src/stationary_cython.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 GPy
Failed to build GPy
ERROR: Could not build wheels for GPy, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: