-
Notifications
You must be signed in to change notification settings - Fork 346
[python] Recent versions of ms.python have dependency to ms-toolsai.jupyter, that's not available on open-vsx.org #441
Comments
@ande8331 the issue seems related to a similar problem (coder/code-server#1821) experienced by the
|
Thanks for the quick response @vince-fugnitto. I tried out a couple of ms-python versions:
Looking into why the newest didn't work, it appears that ms-toolsai.jupyter is now a required dependency for ms-python; but its not available in openvsx, nor can I find a path that results in downloading a file with the vsix extension. Any way around this? |
Hi @ande8331 , You're right - You could try an older version, like this one: https://open-vsx.org/api/ms-python/python/2019.11.1/file/ms-python.python-2019.11.1.vsix, or if you download it from the Marketplace, the exact older version reported to work with |
This contribution has been automatically marked as stale due to inactivity, and it will be closed if no further activity occurs. Thank you for contributing to Theia! |
One way forward would be to have the dependent extension, This may mean that the extension, even when built from MIT sources, contains proprietary content, for which (2) applies, preventing any non-Visual-Studio product from legally using that extension(3). For example, such content could be fetched when the extension is first activated. 1 - https://github.com/microsoft/vscode-jupyter If the above is correct, the extension will most likely not be acceptable, to be hosted on |
@ande8331 your fix worked for me. I used https://github.com/microsoft/vscode-python/releases/download/2020.10.332292344/ms-python-release.vsix and am back debugging. |
Hi, I'm unable to use the debugger within the Python Docker Container. The script runs file when invoked from the shell, but quickly exits with no error messages or exceptions when run through the debugger, just an error message in the Debug console that seems unrelated to the script being debugged. Any ideas on how to work around this?
Steps to Reproduce:
latest: Pulling from theiaide/theia-python
...
Digest: sha256:e76ca104c62be20fa54746a109a88430f034a86691c1e8dc5f711a5eda241198
Status: Downloaded newer image for theiaide/theia-python:latest
docker.io/theiaide/theia-python:latest
Result:
Break point is not stopped at, find the error message below in the Debug Console.
Error Message: (Found in Debug Console)
The text was updated successfully, but these errors were encountered: