Open mht2953658596 opened 2 months ago
Having the same error show up on new install of Pixi on Fedora 40.
Just to be sure, did you follow the documentation here: https://pixi.sh/latest/ide_integration/pycharm/
and if so, what is the output of ~/.cache/pixi-pycharm.log
?
Checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
When integrating the Pixi package management tool with PyCharm, an error occurs when trying to load the environment through conda.bat. The following error message is displayed:
Cannot invoke "com.jetbrains.python.sdk.flavors.conda.CondalnfoJson.getEnvs(" because "info" is null
Steps to Reproduce:Set up Pixi as the package manager. Attempt to load a conda environment through PyCharm using conda.bat. Observe the error message. Expected Behavior: The environment should load successfully without any errors.
Actual Behavior: An error occurs during the environment loading process.
Expected behavior
The environment should load successfully without any errors.