-
Notifications
You must be signed in to change notification settings - Fork 14
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 problem on mac arm #70
Comments
No idea about ARM tbh, though a more thorough error description would be helpful IMO. In the docker repository arm images are also built, meaning VROOM has no issue with it. Are you cross-compiling or compiling on ARM for ARM?
Try 1.x, 2.x needs some adjustments pretty sure. |
We don't support ARM oficially, but we can add simple patches if that is all it takes to get you there. I made the pip installer, and @nilsnolde made the Conan installer. Maybe one or the other approach will get you there. Do you mind also reporting which the machine and OS you are working on? Could you also try building locally from the repository root with: pip install -vvv . pasting the output in a file, and posting it here? |
Thank you for your feedback, In error I also have:
Concerning docker, on an arm image ("FROM python:3.10") I also have the problem (solved by "FROM --platform=linux/amd64 python:3.10" ). But I tested on docker just to try to understand my problem. @jonathf : I am on macbook air m1 12.6.4 here is the end of error return for pip install -vvv .:
|
There were a lot more questions we didn't get an answer to yet. Also please properly format the markdown. You sure you checked out the git submodules?
Quite explicit IMO. I think this will be quite hard to track down tbh. ARM distro should come from the community. Ideally from someone who has some experience with building tool chains for C++ (and maybe pybind11). |
Sounds like submodules are missing yes. Check if the folder vroom/ is empty to be sure. If so run |
I'm sorry if I didn't answer all the questions. To install conan I tested with pip and brew which indicates that version 2.0.2 is compatible with my bone. I also tested old versions of conan. I tested the git submodules init command. Then rebuild "Building from source" after your modification jonathf
I always get it wrong:
I went back to your other project vroom-express to be able to test vroom with success. thanks for your help |
Hello,
Has anyone been able to install pyvroom on arm?
Using pip and Building from source I get an error like :
« …
ERROR: Failed building wheel for pyvroom
Failed to build pyvroom
ERROR: Could not build wheels for pyvroom, which is required to install pyproject.toml-based projects
... »
I also have an error with "conan install --build=openssl --install-folder conan_build ."
The conan 2.0.2 version is installed correctly.
I could install pyvroom on a docker "--platform=linux/amd64" but it is not efficient in my use.
thank you
The text was updated successfully, but these errors were encountered: