microsoft / vscode-data-wrangler

Other
418 stars 16 forks source link

Unable to install DW - tries to unnecessarily install Python and Jupyter #271

Open Josverl opened 2 weeks ago

Josverl commented 2 weeks ago

Environment data

Expected behaviour

To work

Actual behaviour

image

image

Steps to reproduce:

One thing to note is that I make use of multiple different vscode profiles. The Python Extension is not installed in all of them ( as that is kind of the goal of different profiles)

When in a notebook with a pandas df, there is no Option to launch DW

Logs

Output for Jupyter in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Jupyter)

``` Visual Studio Code (1.92.2, undefined, desktop) Jupyter Extension Version: 2024.7.0. Python Extension Version: 2024.12.3. Pylance Extension Version: 2024.8.2. Platform: win32 (x64). Workspace folder d:\mypython\micropython-stubber, Home = c:\Users\josverl ```

pwang347 commented 2 weeks ago

Hi @Josverl, thank you for opening this issue! Could you please check if this discussion applies to you? https://github.com/microsoft/vscode-data-wrangler/issues/129#issuecomment-1922177014

What you're seeing generally indicates that Data Wrangler might not be running on the same process as your Python/Jupyter VS Code extensions. From what I have seen, it's usually been because of the setting above - let me know if it resolves it for you. Thanks!