You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After executing poetry install with Poetry (version 1.8.3) there is a Warning that will become an error in funtute:
Installing the current project: ckg (0.2.0)
Warning: The current project could not be installed: No file/folder found for package ckg
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!
I suggest change of pyproject.toml (package-mode = false):
After executing poetry install with Poetry (version 1.8.3) there is a Warning that will become an error in funtute:
I suggest change of pyproject.toml (package-mode = false):
The text was updated successfully, but these errors were encountered: