Skip to content
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

Cannot install version 2.x via pip because of dead link for get-poetry.py in build-wheels.sh #827

Closed
1 of 2 tasks
anerold opened this issue May 23, 2024 · 1 comment
Closed
1 of 2 tasks

Comments

@anerold
Copy link

anerold commented May 23, 2024

  • I am on the latest Pendulum version.
  • 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

@anerold anerold closed this as completed May 24, 2024
@anerold
Copy link
Author

anerold commented May 24, 2024

Resolved by calling pip install poetry first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant