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 have searched the issues of this repo and believe that this is not a duplicate.
OS version and name: Windows 10
Pendulum version: 2.1.2
Issue
When I try pip install pendulum==2.1.2 I get error ModuleNotFoundError: No module named 'poetry'. I believe it is due to curl to dead link in build-wheels.sh: curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py. In this SO answer https://stackoverflow.com/a/75050894 it says we should be now using https://install.python-poetry.org
The text was updated successfully, but these errors were encountered:
Issue
When I try
pip install pendulum==2.1.2
I get errorModuleNotFoundError: No module named 'poetry'
. I believe it is due to curl to dead link inbuild-wheels.sh
:curl -fsS -o get-poetry.py https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
. In this SO answer https://stackoverflow.com/a/75050894 it says we should be now using https://install.python-poetry.orgThe text was updated successfully, but these errors were encountered: