-
Notifications
You must be signed in to change notification settings - Fork 6
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
rchitect 0.3.40 has just released, it contains wheels for python 3.11. #24
Comments
I think the answer to my question is NO. There is no |
As stated in Python Packaging User Guide » Tutorials » Installing Packages Source » Distributions vs Wheels section: "If pip does not find a wheel to install, it will locally build a wheel and cache it for future installs, instead of rebuilding the source distribution in the future." Thus, I conclude that what I'm seeing here is an issue when locally building a I don't know if building a wheel is more demanding than any other possible alternative to install |
why do you need to build the wheel? it should be easy to install it from source. |
I'm just trying to avoid screwing up things by following installation advice on the documentation. To the best of my current understanding, building a wheel implies a compilation. I guess what I'm getting is the same error. See below.
I also guess the key part of the error message is "is not accessible for the namespace "(default)", but I'm not able to understand that message and act accordingly. I can locate Any help is very welcome! Thanks! |
I think that I'm failing to build from source or build the wheel for the same reason: my Python installation is in Termux's files structure, while Python packages required by the compilation sit on Ubuntu 22.04 LTS running on Termux:
I can build from source in mac OS X, and on a standalone Ubuntu 22.04 LTS installation. Thus, there is no issue affecting |
Originally posted by @randy3k in #22 (comment)
Ubuntu 22.04 running on Termux on Samsung A52s with Android 13, aarch64, I'm getting:
Should it be able to find the wheel?
The text was updated successfully, but these errors were encountered: