-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot install on W11 using pip #27
Comments
The same issue occur on Ubuntu, 20.22, 64 bit, with python 3.10, so it's not a Windows issue. |
The issue on Ubuntu is that we're on python 3.10, and the packaged versions only go up to 3.9, so it's trying to install from the .tar.gz @tlegoc can you try and reinstall using -v - that will show some more info, including what is being installed.
|
Same issue. Win10, Py 3.11, skbuild module not found. |
fixing the skbuild not found : pip install scikit-build but then the next thing is not working, it can not build yet....
|
Same exact issue (down to getting the non-existent src dir if trying to bypass by install scikit-build directly) when attempting to get this installed on macos. bgfx has been a nightmare in total, third language we've tried to get it going with. |
Trying
pip install bgfx-python
, got this error.The text was updated successfully, but these errors were encountered: