-
Notifications
You must be signed in to change notification settings - Fork 1.2k
python 3.11 environments truncated to 3.1 #23670
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
Comments
Facing the same issue since yesterday on most of my python 3.11 envs on VS code (1.90.1) on Ubuntu |
I am facing a similar issue. For reproducibility, an example of my environment file: name: project-XYZ
channels:
- defaults
- conda-forge
dependencies:
- python==3.11
- pip
# - ... installing a new environment via conda create -f environment.yml This will make a correct environment with the correct python env. A workaround is to first setup the conda environment: conda create -n project-XYZ python=3.11 Then update with environment file: conda env update --file environment.yml --prune The environment is now correctly recognized by VSCode. |
Same for |
@gojandrooo @SantiagoMorandi @DaanVanHauwermeiren @adammj Please can you update to the latest version of the Python extension and verify whether this has been resolved. |
Duplicate of #23649 Please try the pre-release, which has a potential fix for this. |
@DonJayamanne |
updated Python extension to |
Just updated Python extension to the pre-release version and the issue is resolved now. Thank you! |
Type: Bug
I updated to latest VS code release on Mac and my python 3.11 environments are not working, they are displaying as python 3.1, seemingly some truncation ocurring
VS Code version: Code 1.90.0 (Universal) (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:34:44.157Z)
OS version: Darwin arm64 23.5.0
Modes:
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
Extensions (19)
A/B Experiments
The text was updated successfully, but these errors were encountered: