We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing finetune, the module 'absl' is not found unless it's installed manually.
Setup Information Relevant Packages:
finetune==0.8.6
Reproduce with
import finetune
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/<USERNAME>/anaconda3/envs/<ENV>/lib/python3.8/site-packages/finetune-0.8.6-py3.8.egg/finetune/__init__.py", line 4, in <module> import absl.logging ModuleNotFoundError: No module named 'absl'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When importing finetune, the module 'absl' is not found unless it's installed manually.
Setup Information
Relevant Packages:
Reproduce with
The text was updated successfully, but these errors were encountered: