-
Notifications
You must be signed in to change notification settings - Fork 10
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
Failure to build for Python 3.11 #32
Comments
@larrylian CC |
@terraflops1048576 Hi, thanks for your reporting, we're taking looks now. |
|
@AdrienVannson Any error message on your environment descriptions? |
It is the same problem as originally mentioned in the issue. I am using Python 3.12 on Ubuntu 24.04. When running
On PyPI ( https://pypi.org/project/pygloo/#files ), it seems that the wheels are not being built for Python 3.11, 3.12 or 3.13 |
Hi, I'm trying to build this for Python 3.11. I would much rather have a wheel for amd64 linux, but I see that the wheels on PyPI are very outdated (no 3.9, 3.10, 3.11, 3.12).
I cloned the repository, installed bazelisk, and ran:
bazel build --verbose_failures //pygloo:all
only to get the errors:
I know nothing about Bazel, but this appears to be some sandboxing issue where $HOME is not propagated. I'm not sure why it requires it. In any case, there are no wheels for Python 3.11, and this does not appear to build out-of-the-box.
And just for completeness,
pip install pygloo
gives the error:
The text was updated successfully, but these errors were encountered: