IvanIsak2000 / finance_manager_app

2 stars 0 forks source link

poetry warning or error #15

Closed mb6ockatf closed 3 months ago

mb6ockatf commented 3 months ago

this is my first time i use poetry, and it dropped me this:

Warning: The current project could not be installed: [Errno 2] No such file or directory: '/home/mb6ockatf/projects/finance_manager_app/README.md'
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!

is it me who did something wrong, or it's a right thing to add that package-mode = false thing?

IvanIsak2000 commented 3 months ago

is it me who did something wrong, or it's a right thing to add that package-mode = false thing?

I have similar trouble, I just followed instruction