-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
new versions have no source distributions or arm64 wheels #601
Comments
For Linux, Pyxel wheel includes the following targets:
Some users run Pyxel on ARM64 Chromebook by using Pyxel wheel, I think. |
I'm on windows :( |
In that case, just download the source code from GitHub and follow this instruction: |
I can't execute the make clean install command, I guess I'm doing it wrong, everything is set up |
I've tried to execute the Makefile by hand and even that it keep failing saying that cmake doesn't exists. I had this error before and I fixed it by going on the cmd. But now even in the cmd it doesn't work |
Try executing Pyxel's self-build process by following the steps written in the Makefile. |
Isn't what I did when I manually done the "make clean install" command? I've done by step all things in clean and install, and it crashed the same à a certain command, I'll redo the process on another project to get the precise command that crashes |
Also yes I have git bash |
It crashed at the maturin command in the build thing:
with EDIT : I've tried with a venv made with amd64 and arm64 python, both have the same error |
Hi there from the Pyodide project, Slightly related to the conversations but not directly to the build issues noted above, we would greatly appreciate it if Another benefit of the presence of source distributions would be that they would allow updating Also, please feel free to join in as recipe maintainers (as I notice that there are out-of-tree WASM builds in this repository already) for |
Hey,
I'm sorry if this is not really precise but I'm helped by someone else there
I tried to install pyxel on an arm64 but a lot of things goes wrong. First thing is that it only find the 1.8 version, I was told that I thought first it was because of missing thing like Cargo for Rust language, or VS 2022, but after everything it still doesn't work. It still saying that it can't find CMake.
I tried also to clone the git repository, but it keeps saying that I didn't installed CMake, but I did installed it and Virtual Studio 2022 with Desktop C++ tools and Windows SDK
Here is the git error I get for 1.8 which does have a source distribution:
And here is the msbuild error I get for 2.3 when I try to build from source:
The text was updated successfully, but these errors were encountered: