-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install any versions of poetry on Mac #43
Comments
This is a weird one, because I can install just fine on one Mac (personal), while I'm seeing this result on another Mac (work, managed). Both Macs are the same spec (M1 Max), with everything else installing just fine up until this. |
Just fixed mine. I did some digging, ended up finding some info about some very similar error output, and then I did the following: brew reinstall certifi |
What's happening seems to be that the For me this was due to a very weird interaction between Quickfix was to just change line 48 and 50 from |
@malthejorgensen, this exact issue is why I added the Granted, that only helps you if you're using |
Provide environment information
asdf info
OS: Darwin PPL-4391 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:55:06 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6020 arm64 SHELL: zsh 5.9 (x86_64-apple-darwin23.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION: v0.14.0 ASDF INTERNAL VARIABLES: ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions ASDF_DATA_DIR=/Users/neil.crawford/.asdf ASDF_DIR=/opt/homebrew/opt/asdf/libexec ASDF_CONFIG_FILE=/Users/neil.crawford/.asdfrc ASDF INSTALLED PLUGINS: elixir https://github.com/asdf-vm/asdf-elixir.git master a4c42e1 erlang https://github.com/asdf-vm/asdf-erlang.git master 127716e golang https://github.com/kennyp/asdf-golang.git master 21d9c32 nodejs https://github.com/asdf-vm/asdf-nodejs.git master 4f8aa3d poetry https://github.com/asdf-community/asdf-poetry.git master e2a3c34 python https://github.com/danhper/asdf-python.git master 8505457
Python version
To Reproduce
Run
asdf install poetry 1.7.1
Describe the Bug
Asdf won't install and outputs error
Exception: This build of python cannot create venvs without using symlinks
I've tried a few different versions but none work.
Expected Behaviour
I'm able to install poetry
The text was updated successfully, but these errors were encountered: