-
i'm so done w/ poetry.
-
https://github.com/jazzband/pip-tools
- [ ] Create a requirements.in file for all project dependencies
- [ ] run pip-compile to create the requirements.txt
- [ ] commit your requirements files.
-
Our `requirements.txt` defines version ranges for leave packages. That is sufficient for deployments and testing. Eventually we want to have fully reproducible builds where every direct and indirect d…
tiran updated
1 month ago
-
`uv` has now been the default for a while and folks have contributed more functionality around it.
-
Further to [cgat-core #177](https://github.com/cgat-developers/cgat-core/issues/177) I'm still having trouble installing `cgat` on my system.
**NB** I've read the install instructions and have seen…
-
### Describe the issue
While running the script, it expects to find "tools/ci_build/github/linux/docker/inference/x86_64/python/cpu/scripts/requirements.txt". But, there is no such file in that path.…
-
Apologies, I'm probably doing something wrong but when I try and 'pip install xmlsec' on windows 11 with python 3.13.0 I get the following error:
```
pip install xmlsec
Defaulting to user install…
-
I tried to install numba v0.61.0rc1 via pip on my windows 10 system. It fails as following:
```
UPDATING build\lib.win-amd64-cpython-313\numba/_version.py
set build\lib.win-amd64-cpyt…
-
Unable to install package pygrib.
Error contains:
`eccodes not found` which I installed using conda.
`Microsoft Visual C++ 14.0 or greater is required.` which also I have installed.
--proof:
![i…
-
I'm using conda env
```
➜ which python
/Users/thomas.e/opt/anaconda3/bin/conda/envs/dogsbody/bin/python
➜ python --version
Python 3.1…