-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
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.
- Install pixi (tested on windows)
- In terminal write:
- pixi global install spyder=6.1 (it also errors out with spyder-kernels installed in that environment)
- 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.