Install of extension is missing key files - (No pyvsc-run-isolated.py found)
See original GitHub issueIssue 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:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like you might have a bad update. Do the following to remove stale versions of the extension:
%USERPROFILE%/.vscode/extensions
(on windows) or~/.vscode/extensions
on Linux/Mac.ms-python.python*
Using windows, I had to replace all the \s with /s and it worked.