-
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
Ludwig Installation Not Working #4025
Comments
pip uninstall ludwig torch torchtext |
@iterniter Did you test it on Colab? Do you mean w/out ludwig in first line? |
is this issue resolved i am still getting it on collab |
have yo resolved this |
Hi @amansinghlegitt3110 thanks for your report. Can you share the notebook on kaggle or colab? We are currently undergoing an organizational transition with this project and Unfortunately, there was hardly any time to take care of the code base in the last few month. We hope that we will be able to resume work in the next few weeks. |
@ethanreidel @skanjila looks like it's related to the whole dependency topic. Furthermore torchtext development is stoped. Looks like we have to find an alternative somewhen. |
@amansinghlegitt3110 could you please try to use torchtext 0.17.2? In our setup that worked. |
Tried
!pip install ludwig[llm]
on both Colab and Kaggle. Then, could not import from the api:from ludwig.api import LudwigModel
[OSError: /opt/conda/lib/python3.10/site-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN5torch6detail10class_baseC2ERKSsS3_SsRKSt9type_infoS6_](https://download.pytorch.org/models/text/%3C/span%3E%3Cspan)
Issue seems related to `torchtext' (0.18.0 gets installed). Tried with 0.17.0 and got
Basically, torch and related libraries issues.
The text was updated successfully, but these errors were encountered: