mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Modernize the development installation:
```bash
# python setup.py develop
python -m pip install --no-build-isolation -e .
# python setup.py install
python -m pip install --no-build-isolation .
```
Now, the `python setup.py develop` is a wrapper around `python -m pip install -e .` since `setuptools>=80.0`:
- pypa/setuptools#4955
`python setup.py install` is deprecated and will emit a warning during run. The warning will become an error on October 31, 2025.
-
|
||
|---|---|---|
| .. | ||
| aarch64_linux | ||
| caffe2 | ||
| docker | ||
| libtorch | ||
| magma | ||
| magma-rocm | ||
| manywheel | ||
| onnx | ||
| pytorch | ||
| wheel | ||