-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Python locator not finding pixi in stable and pre-release #24569
Comments
@ChristianRothQC Try 2024.23 pre-release. 2024.23 pre-release has the fix for pixi. |
Hehe lucky me 😬
2024.23 pre-release indeed brings back pixi - thanks so much for the quick fix! |
Thanks for the confirmation, if you run into to issue please let us know. |
I'm also having issues with the native locator for pixi environments in the latest release. Changing to the js locator works fine. Versions:
Output -> Python Locator:
|
Please try the pre-release 2024.23.* that is the build that has the fix. |
Having same issue and using the pre-release 2024.23.2024121003 gives me back the ability to locate Python. My repo has a local Python package, which I can access using ipython but when using jupyter notebooks, fails saying ModuleNotFoundError. |
@lgonzalezsa With 2024.23 is Jupyter not able to handle pixi? If so can you file a bug on the Jupyter extension?. |
Type: Bug
Behaviour
Pixi environments seem no longer detected by the locator code for me.
Steps to reproduce:
If I try setting the interpreter path by hand, I get:
Diagnostic data
Output for
Python Locator
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.21.2024120501
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Darwin arm64 24.1.0
Modes:
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
cc @ruben-arts, @pavelzw
The text was updated successfully, but these errors were encountered: