Running poetry install in Chapter01 directory yields this warning.
Warning: The current project could not be installed: No file/folder found for package chapter01 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!
Running
poetry installin Chapter01 directory yields this warning.Warning: The current project could not be installed: No file/folder found for package chapter01 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!