Skip to content

Pixi global environment can't open its own internal kernel. #25399

@pgarcia2000

Description

@pgarcia2000

When installing spyder 6.1.1 through pixi global. Kernel errors out at start.

Console Error.txt
FileNotFoundError: No manifest file for your pixi environment was found!

Python interpreter is set to Internal (same used by spyder).

Steps to reproduce.

  1. Install pixi (tested on windows)
  2. In terminal write:
  3. pixi global install spyder=6.1 (it also errors out with spyder-kernels installed in that environment)
  4. start spyder -> Spyder should start and try to start the kernel, erroring out there.

When selecting an interpreter manually. The %USER%/.pixi/envs/spyder/python.exe errors out with the same error.
If we select a different interpreter. E.x %USER%/ExampleProject/.pixi/envs/default/python.exe with spyder-kernels installed works perfectly. As expected, it loads the packages found in that project manifest file.

As far as I know, the internal interpreter of a globally installed spyder should work and open a kernel.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions