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 appreciate your effort on the project—your work is truly commendable!
I’ve been trying to install Farfalle using Docker, but I keep running into an issue during installation. Here’s the error I’m encountering:
[75.1 Error: The current project could not be installed: Readme path /workspace/README.md does not exist.
975.1 If you do not want to install the current project use --no-root.
975.1 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.
975.1 If you did intend to install the current project, you may need to set packages in your pyproject.toml file.
failed to solve: process "/bin/sh -c pip install --no-cache-dir poetry && poetry install" did not complete successfully: exit code: 1
did not finish properly. Did any body have any insights on how to resolve this?
The text was updated successfully, but these errors were encountered:
I'm trying to run the backend, but I'm running into an issue. I've tried different ways to troubleshoot it and even reached out to a lot of people, including the maintainer, but still no luck.
The frontend was functioning properly, but when I attempted to run the backend using "uvicorn backend.main:app --reload", I encountered the following error:
I appreciate your effort on the project—your work is truly commendable!
I’ve been trying to install Farfalle using Docker, but I keep running into an issue during installation. Here’s the error I’m encountering:
[75.1 Error: The current project could not be installed: Readme path /workspace/README.md does not exist.
975.1 If you do not want to install the current project use --no-root.
975.1 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.
975.1 If you did intend to install the current project, you may need to set packages in your pyproject.toml file.
failed to solve: process "/bin/sh -c pip install --no-cache-dir poetry && poetry install" did not complete successfully: exit code: 1
did not finish properly. Did any body have any insights on how to resolve this?
The text was updated successfully, but these errors were encountered: