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
(base) ➜ poetry git:(main) make init
rm -rf .venv
pipx run poetry config virtualenvs.create true --local
⚠️ poetry is already on your PATH and installed at /Users/luketych/.local/bin/poetry. Downloading and running anyway.
pipx run poetry install --sync
⚠️ poetry is already on your PATH and installed at /Users/luketych/.local/bin/poetry. Downloading and running anyway.
Creating virtualenv namespace in /Users/luketych/Dev/_Playground/python-monorepo/poetry/.venv
Installing dependencies from lock file
Package operations: 17 installs, 0 updates, 1 removal
• Removing setuptools (69.0.2)
• Installing dnspython (2.2.1)
• Installing idna (3.4)
• Installing email-validator (1.3.0)
• Installing typing-extensions (4.4.0)
• Installing attrs (22.2.0)
• Installing commonmark (0.9.1)
• Installing iniconfig (2.0.0)
• Installing packaging (23.0)
• Installing pluggy (1.0.0)
• Installing pydantic (1.10.2)
• Installing pygments (2.13.0)
• Installing orjson (3.8.0)
• Installing pytest (7.2.2)
• Installing rich (12.6.0)
• Installing namespace-lib (0.0.0 /Users/luketych/Dev/_Playground/python-monorepo/poetry/workspaces/lib)
• Installing namespace-app (0.0.0 /Users/luketych/Dev/_Playground/python-monorepo/poetry/workspaces/app)
• Installing namespace-cli (0.0.0 /Users/luketych/Dev/_Playground/python-monorepo/poetry/workspaces/cli)
Installing the current project: namespace (0.1.0)
The current project could not be installed: No file/folder found for package namespace
If you do not want to install the current project use --no-root
The text was updated successfully, but these errors were encountered:
You now have to add --no-root. Contrary to what it might seem, that's a warning not an error. If you want better support for this setup upvote python-poetry/poetry#8650. Thanks!
The text was updated successfully, but these errors were encountered: