Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 'Python Debugger' extension is not available in VSCodium for Linux ARM 64 #318

Closed
PureTryOut opened this issue Apr 19, 2024 · 4 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@PureTryOut
Copy link

I'm running VSCodium on Linux on Apple Silicon, thus the aarch64 CPU architecture. It is complaining about "type": "python" in my launch.json and that I have to replace it with debugpy before it's being deprecated. That type seems to be provided by this extension but I can't actually install it due to the error in the title.

This extension is pure Typescript, is there any reason at all it wouldn't work on Linux ARM machines?

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Apr 19, 2024
@paulacamargo25
Copy link
Contributor

Thanks for your bug report, I am going to investigate what is happening.

@paulacamargo25 paulacamargo25 self-assigned this Apr 19, 2024
@imphil
Copy link

imphil commented May 2, 2024

Drive-by comment (I have a similar, but different problem): It looks like the Python Debugger extension is actually platform-specific since #89 (it includes Python wheels?).

That alone doesn't explain your problem, I guess, since aarch64 seems to be included in

- name: MacOS
packageArch: arm64
vsceTarget: darwin-arm64
.

@filiptronicek
Copy link

Hey there 👋,
I believe this to be a problem on our end, since I assume you're using https://open-vsx.org as the extension marketplace. We are in the process of adding the linux arm platform in open-vsx/publish-extensions#756 for the extension, but I need to figure out how to tweak the build pipeline to install the correct platform-specific dependencies :).

Feel free to track that PR or open-vsx/publish-extensions#755 for updates.

@PureTryOut
Copy link
Author

Oh, I didn't realize it was basically a packaging problem. I'm using whatever comes with VSCodium, and I believe indeed that is https://open-vsx.org. Thanks for finding this issue, I'll close this and wait for the update to appear!

@imphil you're listing the arm64 package for macOS, but I'm actually running on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

5 participants