mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 05:23:47 -05:00
Add zlib install instructions for Fedora
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user