mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 23:56:17 -04:00
Add zlib install instructions for Fedora
parent
4a83ee9731
commit
e3c35f7f99
|
|
@ -190,6 +190,11 @@ If you are using Ubuntu/Debian, you need the following packages:
|
|||
sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
|
||||
```
|
||||
|
||||
If you are using Fedora (tested on Fedora 42), you need the following packages:
|
||||
```sh
|
||||
sudo dnf install zlib-ng-compat zlib-ng-compat-devel
|
||||
```
|
||||
|
||||
## Build failed: Resource temporarily unavailable
|
||||
If you see the string "resource temporarily unavailable" (often after "fork: "), then you may be on a shared host or other machine with low resource limits. Try running only a single job at a time to reduce resource usage:
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue