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.

Install of extension is missing key files - (No pyvsc-run-isolated.py found)

See original GitHub issue

Issue Type: Bug

Steps to cause the bug to occur

Load a new/exists jupyter notebook.

Actual behavior

Encounter Command failed

C:/Users/You/Miniconda3/Scripts/activate && conda activate base && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:\Users\You\.vscode\extensions\ms-python.python-2020.8.109390\pythonFiles\pyvsc-run-isolated.py c:/Users/You/.vscode/extensions/ms-python.python-2020.8.109390/pythonFiles/printEnvVariables.py python: can't open file 'c:\Users\You\.vscode\extensions\ms-python.python-2020.8.109390\pythonFiles\pyvsc-run-isolated.py': [Errno 2] No such file or directory

Expected behavior

Success as usual

Your Jupyter and/or Python environment

Extension version: 2020.8.109390 VS Code version: Code 1.49.0 (e790b931385d72cf5669fcefc51cdf65990efa5d, 2020-09-10T13:22:08.892Z) OS version: Windows_NT x64 10.0.18362

System Info
Item Value
CPUs Intel® Core™ i5-6200U CPU @ 2.30GHz (4 x 2400)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 11.90GB (6.32GB free)
Process Argv –folder-uri file:///c%3A/GitWorks/pdb-profiling --crash-reporter-id 99c1be97-e520-49bc-846b-5fd6466f03ad
Screen Reader no
VM 0%

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
karthiknadigcommented, Sep 20, 2020

Looks like you might have a bad update. Do the following to remove stale versions of the extension:

  1. Uninstall Python extension (if you have pylance uninstall it first).
  2. Close all instances of VS Code.
  3. Go to, %USERPROFILE%/.vscode/extensions (on windows) or ~/.vscode/extensions on Linux/Mac.
  4. Delete any folder with the name starting with ms-python.python*
  5. Start VS Code, and install Python extension (also pylance if you uninstalled it in step 1).
2reactions
bmachlincommented, Dec 22, 2020

Using windows, I had to replace all the \s with /s and it worked.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python was not found but can be installed from the Microsoft ...
I had already installed once python in C:\Programs\Python\python38-32 (in system's PATH) and used it in command line.
Read more >
How to install the unpacked extension in Chrome - Webkul Blog
Follow the steps to load the unpacked extension. Goto Chrome Settings using three dots on the top right corner. Then Select Extensions.
Read more >
value 'key' is missing or invalid - Google Groups
but when i try and click install i get a popup error message alert saying "value ''key' is missing or invalid" anyone know...
Read more >
it is saying this in my extension ERR_FILE_NOT_FOUND how ...
it is saying this while testing my extension. Your file couldn't be accessed. It may have been moved, edited, or deleted. ERR_FILE_NOT_FOUND.
Read more >
Google Chrome extension installation - system cannot find the ...
Screenshot of Windows Run window when you type chrome. If the command does not work as it is, it means that the Chrome...
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