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
I'm encountering a red error when running poetry install in the backend:
Error: The current project could not be installed: No file/folder found for package backend
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. If you did intend to install the current project, you may need to set packages in your pyproject.toml file
Does the red error mean my poetry is not installed correctly?
Shall I just ignore it and move on and paste into the terminal the next commands ?
poetry shell
poetry run uvicorn main:app --reload --port 7001
Thank you in advance.
Kind regards
The text was updated successfully, but these errors were encountered:
Hello everyone,
I'm encountering a red error when running poetry install in the backend:
Error: The current project could not be installed: No file/folder found for package backend
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.
If you did intend to install the current project, you may need to set
packages
in your pyproject.toml fileDoes the red error mean my poetry is not installed correctly?
Shall I just ignore it and move on and paste into the terminal the next commands ?
poetry shell
poetry run uvicorn main:app --reload --port 7001
Thank you in advance.
Kind regards
The text was updated successfully, but these errors were encountered: