[go: nahoru, domu]

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

bug/feature: PyPy entries are not getting updated on pyenv update command #317

Open
3 tasks
kirankotari opened this issue Oct 5, 2021 · 1 comment
Open
3 tasks
Labels

Comments

@kirankotari
Copy link
Member

#315 Initial reference

  • Need to add PyPy sites to pyenv-win
  • Need to write test cases if any
  • Need to test the solution
@tylercrompton
Copy link
tylercrompton commented Feb 19, 2022

Pyenv-win uses https://www.python.org/ftp/python/ as the default mirror; see mirrors.txt. It appears that the PSF has removed PyPy versions from this directory. I see a list of all of the official PyPy releases at https://buildbot.pypy.org/mirror/, but I don't think that pyenv-win can handle these because it assumes that the download will be an EXE or MSI file (among other lesser reasons). I can't find a mirror for installers. I wonder why PSF removed the PyPy installers from that directory. In any case, because of the PSF's change, this project needs to be updated to pull from multiple mirrors (or least use an additional mirror to determine the availability of versions at https://downloads.python.org/pypy/ (though they won't necessarily always be in sync)).

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

No branches or pull requests

2 participants