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
I tried to install pdm using the installation script for Linux on Ubuntu running under WSL: curl -sSL https://pdm-project.org/install-pdm.py | python3 -. The command failed with an error: urllib.error.URLError: <urlopen error unknown url type: https>. I use python 3.12.6 through pyenv:
I don't know if this error is specific to WSL, but I can't figure out how to fix it. Any help would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to install
pdm
using the installation script for Linux on Ubuntu running under WSL:curl -sSL https://pdm-project.org/install-pdm.py | python3 -
. The command failed with an error:urllib.error.URLError: <urlopen error unknown url type: https>
. I use python 3.12.6 throughpyenv
:I don't know if this error is specific to WSL, but I can't figure out how to fix it. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions