spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.29k stars 1.61k forks source link

Windows version didn't show kernel enviornoment #22674

Open hawkiyc opened 1 day ago

hawkiyc commented 1 day ago

Issue Report Checklist

Problem Description

I am using spyder on my Mac, Windows, and Linux devices. The spyder on Linux is installed in conda base environment, the others are standalone versions. Spyder can show the running environment on Linux and Mac, but not on Windows.

截圖 2024-10-15 16 56 13 Running env showed correctly on Mac 截圖 2024-10-15 16 57 50 Running env showed correctly on Linux 截圖 2024-10-15 16 59 06 It only shows conda and python version no matter what env you are running

What steps reproduce the problem?

What is the expected output? What do you see instead?

It would be great if the Windows version also showed the environment name, like the Linux and Mac versions.

Paste Traceback/Error Below (if applicable)


PASTE TRACEBACK HERE

Versions

Dependencies

PASTE DEPENDENCIES HERE
ccordoba12 commented 1 day ago

Hey @hawkiyc, thanks for reporting. This problem should be fixed in 6.0.1, released three weeks ago.

Please update and let us know if that's the case for you.