The current project could not be installed: No file/folder found for package #9835
Replies: 1 comment
-
Hey @NotArobase, if you don't explicit tell Poetry where your packages are located (https://python-poetry.org/docs/pyproject/#packages), Poetry assumes that there is a folder with the same name as given in So what you probably want is:
Once you've run I personal would recommend, that For this your folder structure must look like this:
No changes are then require to your fin swimmer |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i'm currently using an open source project that used poetry and i'm having quite the problem.
When using poetry install, i get the error :
Inside my pyproject.toml i got :
why i try to run tests, it doesn't found the package package1 and package2.
I did everything inside a peotry shell.
If you have any idea why, let me know !
Thanks
Beta Was this translation helpful? Give feedback.
All reactions