79498442

Date: 2025-03-10 15:25:51
Score: 1.5
Natty:
Report link

When creating a new conda venv as per your explaination within PyCharm, you should set the type to conda and set the path to conda.exe , and not python.exe .

enter image description here

Alternatively, you can create a new conda environment with the Command Line and chose it in PyCharm with "select existing". Again, you have to set the type to Conda , specify the path to conda.exe and can then select the existing environment from the dropdown.

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: xArbisRox