Skip to content
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

Add absl-py to requirements.txt #637

Open
intermezzio opened this issue Mar 4, 2021 · 0 comments
Open

Add absl-py to requirements.txt #637

intermezzio opened this issue Mar 4, 2021 · 0 comments

Comments

@intermezzio
Copy link

intermezzio commented Mar 4, 2021

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant