Replies: 1 comment
-
I see three dots "..." in the path for train_utils, not sure if that typo might be the cause, unless is the expected. Other thing to try is running |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am including a local library in dependencies at
pyproject.tomlas following:However, when I run the python script with
poetry run myproject/run.py, I receiveThat's makes no sense is that in both
poetry showand.venv/bin/pip freezethe local library is appeared.The train_utils library is not a poetry project, but has the following setup.py file
What wrong with that?
Beta Was this translation helpful? Give feedback.
All reactions