5-multi-task is missing setup.py #175
Unanswered
lzhang4672
asked this question in
Data Science
Replies: 1 comment 1 reply
-
Thanks for catching. Could you add a link to the file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
requirements.txt includes -e ., but there's no setup.py, and the existing pyproject.toml doesn't define a PEP 660-compatible build so pip install -r requirements.txt fails. Either a setup.py should be added, or -e . should be removed.
Beta Was this translation helpful? Give feedback.
All reactions