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
Retrieving Poetry metadata
# Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the `poetry`command to Poetry's bin directory, located at:/Users/me/.local/binYou can uninstall at any time by executing this script with the --uninstall option,and these changes will be reverted.Installing Poetry (1.2.2): Creating environmentTraceback (most recent call last): File "<stdin>", line 940, in <module> File "<stdin>", line 919, in main File "<stdin>", line 550, in run File "<stdin>", line 571, in install File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/contextlib.py", line 117, in __enter__ return next(self.gen) File "<stdin>", line 643, in make_env File "<stdin>", line 629, in make_env File "<stdin>", line 309, in make File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/__init__.py", line 66, in __init__ self.symlinks = should_use_symlinks(symlinks) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/__init__.py", line 31, in should_use_symlinks raise Exception("This build of python cannot create venvs without using symlinks")Exception: This build of python cannot create venvs without using symlinks
The text was updated successfully, but these errors were encountered:
MacOS Monterey: 12.6
curl -sSL https://install.python-poetry.org | python3 -
Output:
The text was updated successfully, but these errors were encountered: