-
Previously, when `packaging.versions.parse` was passed an invalid version (which are common in Nixpkgs as a result of `unstable-YYYY-MM-DD` versions) it would return an instance of the deprecated `Leg…
-
```
Finished executing pipInstallPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/m8q0vib2s8wwnbi709hq4s2ha71bbxsy-python3.8-nbconvert-6.5.0
Successf…
-
I have the following shell: https://gist.github.com/tbenst/0a633bd85129748de1fba7186882df20. And all the dependencies seem to build! I'm having two issues:
1) when I try `import deeplabcut` (the pa…
-
requirement.txt files can be nested by stating:
`-r ./rel/path/to/another_requirements.txt` inside a requirements.txt.
Currently this is either ignored or raises an error.
The interface of mach-n…
-
With mach-nix 3.5.0, when trying to install packages like `fastapi`, I get the following error:
```
ModuleNotFoundError: No module named 'flit_core'
```
Full error
```
building '/nix/sto…
-
I've used [Cloudef/mach-flake](https://github.com/Cloudef/mach-flake) to set up an env to build `pixi`, and I get this error when trying to build:
```
run
└─ run pixi
└─ zig build-exe pixi De…
t56k updated
5 months ago
-
`x86_64-darwin` and `aarch64-darwin` are listed as "supportedSystems", but the following error is returned:
https://github.com/NixOS/bundlers/blob/b11f6a6b4d96ad424dc927fa211d1a1ac50179ef/flake.nix…
-
the requirements.txt has new version
https://github.com/srghma/khan-dl/commit/dea89357bf78fd428c84a0d906d2b36879eae35f#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552R15
…
-
Hello, is there an equivalent to calling `pip install -e .` in a virtual-env for example? I'm currently using a flake and having to call `flake update` every time while developing a package is cumbers…
-
For example,when I find the requests's dependencies.I don't kown to use this tool,and I find not illustration.