question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ability to install "latest pypy3"

See original GitHub issue

Description:

Ability to install the latest PyPy 3 available would be great, for example by specifying pypy-3.x.

Originally discussed in https://github.com/actions/setup-python/issues/352

Justification:

Same justification as the existing ability to install the latest CPython 3 by specifying 3.x.

Are you willing to submit a PR?

In general yes, in practice it’s unlikely I’d have time for this in the near future.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scopcommented, Mar 30, 2022

I see nothing unexpected there. It’s very much expected and actually the normal state of affairs that the latest PyPy lags behind the latest CPython minor version.

0reactions
avylovecommented, Jun 29, 2022

The reasoning here does not make a lot of sense to me.

@marko-zivic-93 said

I think it can be misleading to install pypy3 as the latest one

But today it installs the oldest one, which is, in my opinion, more misleading as that’s not how most systems operate. I fail to see why determining the latest pypy release for a major version is any different that finding the oldest version. If it really is difficult, I’d suggest failing if a minor version is not specified because I think most people are assuming it’s pulling the latest until something breaks. I certainly did.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Downloading and Installing PyPy
The quickest way to start using PyPy is to download a prebuilt binary for your OS and architecture. You may be able to...
Read more >
ability to install "latest pypy3" · Issue #352 · actions/setup-python
Platform: Ubuntu; macOS; Windows. Runner type: Hosted; Self-hosted. Tools version: Repro steps: Try configuring a matrix with pypy-3.x in it.
Read more >
How to install and work with PyPy - ActiveState
Open the Control Panel and navigate to System. · Click on Advanced system settings in the upper left panel. · Click on Environment...
Read more >
How to install PYPY3 on Ubuntu, for newbies?
You can build PyPy 3 from source by doing the following as documented on the PyPy download and build pages.
Read more >
Can anyone help me installing PYPY on windows?
Open a new file in VS Code, and click on the "Python" at the far left of the status bar (bottom left corner...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found