Open JonathanReeve opened 2 years ago
pkg name in pypi is scikit-learn
nix-shell -p nixFlakes --run "nix run mach-nix#gen.python.ipython.scikit-learn --show-trace "
The naming convention changed with the default provider not anymore being nixpkgs
/ conda integration
scikitlearn
is a very common Python package, yet mach-nix can't find it:Yet it's definitely in nixpkgs, and also in PyPi:
To reproduce, make a
requirements.nix
file withscikitlearn
in it, then run:mach-nix env ./env -r requirements.txt
andnix-shell ./env
.