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

Extension not working #24038

Closed
sandy081 opened this issue Sep 3, 2024 · 1 comment
Closed

Extension not working #24038

sandy081 opened this issue Sep 3, 2024 · 1 comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@sandy081
Copy link
Member

sandy081 commented Sep 3, 2024

@KJ233345 Copied from microsoft/vscode#226489

Type: Bug

Please help, I am new. I've downloaded multiple versions of python and followed the steps you have listed under the Python extension. Still does not work and also reports "No module named Flask."
Please help!

VS Code version: Code 1.92.2 (fee1edb8d6d72a0ddff41e5f71a671c23ed924b9, 2024-08-14T17:29:30.058Z)
OS version: Windows_NT x64 10.0.22621
Modes:

System Info
Item Value
CPUs AMD Ryzen 9 6900HS with Radeon Graphics (16 x 3294)
GPU Status 2d_canvas: enabled
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
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.24GB (5.32GB free)
Process Argv --crash-reporter-id c19bee6c-207c-4203-8372-76cd6cd93701
Screen Reader no
VM 0%
Extensions (3)
Extension Author (truncated) Version
debugpy ms- 2024.10.0
python ms- 2024.12.3
vscode-pylance ms- 2024.8.1
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
da93g388:31013173
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupyter:31046869
newcmakeconfigv2:31071590
impr_priority:31102340
nativerepl1:31104043
refactort:31108082
pythonrstrctxt:31112756
flighttreat:31119336
wkspc-onlycs-c:31111717
wkspc-ranged-c:31123312
pme_test_c:31118331
fje88620:31121564

@sandy081 sandy081 added the feature-request Request for new features or functionality label Sep 3, 2024
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 3, 2024
@karthiknadig karthiknadig removed the feature-request Request for new features or functionality label Sep 3, 2024
@karthiknadig
Copy link
Member

@KJ233345 Do you have a python selected? "No module named Flask" typically means that you don't have flask installed in the environment that you have selected. Try running Python: Create environment command from the command palette, and use venv option from the drop down to create a environment. Then you can install flask in that environment using python -m pip install flask.

If this does not work please follow instructions here to create a new bug with all the critical details we need for diagnosis.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2024
@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

3 participants
@karthiknadig @sandy081 and others