-
Notifications
You must be signed in to change notification settings - Fork 320
Description
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?