-
### setuptools version
setuptools>=52.0.0
### Python version
Python 3.10.0a6, Python 3.10.0
### OS
Ubuntu
### Additional environment information
Output of `lsb_release -a`:
```…
-
I've started using pipenv to manage local development environments for Tritium's electric vehicle DC fast chargers, and it's working pretty well for that purpose (huzzah!).
However, getting `pylint…
-
This just popped up in my CI for ImageD11. Is it because I have the --no-use-pep517 or is there something more sinister going on? Seems to be a new feature of pip ...
```
$ python3 -m pip install …
-
openSUSE Tumbleweed packaging of scikit-build 0.16.0
```
abuild@skylab:~> pip list
Package Version
--------------------------------- ---------
apipkg …
-
With the release of python 3.10, we should make a minor release that covers python 3.7 before we have to consider ditching it.
It's shorter than our proposed "maximum every 6 months" release schedu…
-
I think it would be beneficial to combine the requirements-[*].txt files into a single file, with flags for the different dependency groups.
### Benefits to the change
Installation for devel…
tsalo updated
2 years ago
-
I noticed that you have to install numpy before being able to install eigency, otherwise the installations fails (see log below). This is due to eigency using numpy in the build phase and not (yet) sp…
-
**What happened**:
pip install "fastparquet==0.7.1"
Failed, because it tried to install `numpy` 1.20.0 (even if a newer version [1.21.2] was already present in the venv) which failed to build from…
-
`flit==3.7.0` was released ~3 hours ago and with that version, `usort` errors during installation from source. This happens for example if it is installed through a pre-commit hook. See for example [t…
-
`setuptools` is listed in the (default) requirements for Trimesh, but isn't used anywhere. In the `setup.py`, the comment says it's for packaging, but this is not a runtime thing anyway