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.

not able configure pypy3 in vscode

See original GitHub issue

Environment data

Version: 1.55.2 (user setup) Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d Date: 2021-04-13T09:35:57.887Z Electron: 11.3.0 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Windows_NT x64 10.0.19042

  • Extension version (available under the Extensions sidebar): v2021.4.765268190
  • Python version (& distribution if applicable, e.g. Anaconda): latest pypy3
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): pypy3
  • Value of the python.languageServer setting: Pylance

[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]

Expected behaviour

  • add pypy3 env in new terminal command prompt

Actual behaviour

  • Nothing happens

Steps to reproduce:

  1. open vscode.
  2. try adding pypy3.exe as interpreter from filesystem path.
  3. Nothing happens

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
karthiknadigcommented, Apr 26, 2021

I am suspecting this is caused by https://github.com/microsoft/vscode-python/issues/15960 which is an issue with pypy itself. We have added a mitigation which will be available in the next release or if you needed it sooner try the insider version of the python extension. You can always download and install latest insiders build form here https://pvsc.blob.core.windows.net/extension-builds/ms-python-insiders.vsix .

1reaction
karthiknadigcommented, Apr 30, 2021

@tonka3000 this might be an issue on the debugger side. I have created this issue to track https://github.com/microsoft/debugpy/issues/604

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to run PyPy as your VS Code Jupyter interpreter
Step 6: Select PyPy as your interpreter. If you want to switch between different interpreters in VS Code, press Ctrl + Shift +...
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 >
How to install and work with PyPy - ActiveState
Click to PIP install PyPy and work with it. Also get quick instructions to work with PyPy using Conda.
Read more >
VS Code does not recognize Pypy3.7 as Python Interpreter
Hello,. I was trying to get Pypy working with VS Code and followed this instructions. OS: Windows 10 64-bit. VS Code Version Info:....
Read more >
Python in Visual Studio Code – May 2021 Release
Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts.
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