Open AchmadFathoni opened 3 months ago
I think I just learned how to install python package correctly in system-wide.
(pkgs.python3.withPackages (python-pkgs: [python-pkgs.spyder]))
IMO this should not happen when installing pkgs.spyder
, which is what a normal user would do, right?
The user should not have to install python system-wide.
I would like to re-open this issue because of this, pinging the spyder
maintainer here: @gebner
I think I just learned how to install python package correctly in system-wide.
(pkgs.python3.withPackages (python-pkgs: [python-pkgs.spyder]))
This worked for me, thanks a lot :)
Describe the bug
When opening spyder, then console report
/nix/store/4rf5qybw37b4lh1g0xczlv14sqdbmnpm‑python3.11.9/bin/python3.11: Error while finding module specification for 'spyder_kernels.console' (ModuleNotFoundError: No module named 'spyder_kernels')
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Spyder's python should find spyder_kernels since it is in the spyder's dependencies list.
Additional context
I've tried to install spyder on nixos bootable iso using nix-env and still get same result.
Notify maintainers
@gebner
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.