-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove anaconda Windows link from installation documentation, which can be misleading #294
Comments
Can you share:
|
Hi My OS is Win11 and Python version is 3.9.12. The log you will find in the attached file |
Hi @lakik, unforunately as noted in the docs, installation is not supported directly on Windows: https://zamba.drivendata.org/docs/stable/#installing-zamba We recommend Windows Subsystem for Linux as a way to run the linux version of the tools on your Windows machine, which is supported. |
That is a pity. |
That's a good point, I'll update this issue to reflect removing that link. |
Unfortunately I encounter the identical problem also on wsl ubuntu with python version 3.11.5.. Is the later the reason? Is version 3.8 or 3.9 the only one which is working? |
Yes, as noted in the documentation the package and built and tested against Python versions 3.8 and 3.9 |
than please put not the link to the main page of anaconda because there you will find only the latest version. Please link to the archive and best to the version you will need for zamba. |
Again the installation failed |
That error indicates that the build is looking for the executable sudo apt update && sudo apt install build-essential As a side note, these errors are generic configuration problems with the environment, and not particular to the Zamba package. You can usually get fast and accurate next steps by googling the error text or using chatgpt, which can help you move forward without waiting for a response. |
Thank you for your answer. And the tip with Google.... |
Thanks for the feedback @lakik. We'll add some notes based on this thread, but it's not really feasible to cover all the different machine configurations that someone could start with cross referenced with all the dependencies of our dependencies. For example, some Ubuntu images and other distributions come with |
Hi Peter, |
@lakik Sorry, I know it's probably frustrating, but there's no specific help I can provide unless you attach the information about your system and the output logs. That's a best practice any time you file a bug in a GitHub repo, and it allows maintainers to be as helpful as possible. The test suite runs weekly to ensure the package can be installed on ubuntu (e.g., see this build from last week). This means that we're confident it can be installed on Ubuntu. Another option would be to run on top of docker. For example, here are the commands that we run on top of the
|
Thank you again. the build from last week is based on the latest ubuntu, again the installation guide is not really up to date. |
Finnaly it worked and Zamba is running. :) |
Glad to hear that. Sorry for the frustrations, we've updated the documentation per your comments above: #299 If you have any other particulars from your experience to add, please chime in. |
Hi trying to install zamba but it stops with this ERROR: Failed building wheel for yolox. I tried to install it separately but it fails too. Any hints?
Thank you!
The text was updated successfully, but these errors were encountered: