-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
I think there is big problem when install ludwig, even I try many times with many python version #4040
Comments
Hi @karamata, |
Also try from python 3.8 -> 3.11, the same error |
from python 3.9 3.10 3.11 3.12 when to update ? |
@karamata do u fixed it now? |
You can try to fix the issue by referring to the dependency libraries I provided. I have successfully run Ludwig in my environment using these dependencies, which also resolved the torchtext error. However, it can only run on the CPU, as GPU computation is not supported for now, and I haven't found a solution to this issue yet. System: Windows 11 The dependency libraries are as follows: It should be noted that when using Poetry to install torchtext, it will automatically install torch 2.3.0. If you are using other dependency management tools, you may need to install torch 2.3.0 separately. Based on preliminary testing, updated versions of torch and GPU-supported versions are unable to run, resulting in a bitsandbytes error: "CUDA Setup failed despite GPU being available." For more details, refer to the issues section on the bitsandbytes GitHub repository. A fix is currently awaited. |
official update was in progress. |
Describe the bug
I get error when trying install ludwig from source. Even I try many python version still the same.
I also try install numpy first then re-try, but still same error
To Reproduce
create new environment with python 3.11.10
clone source
pip install -e .
See error
The text was updated successfully, but these errors were encountered: