mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-13 13:53:53 -05:00
Updated Common build problems (markdown)
@@ -13,6 +13,7 @@ Below are some alternative packages that are not in the recommended set and shou
|
|||||||
sudo apt install libedit-dev
|
sudo apt install libedit-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
* An [inferior alternative](https://github.com/docker-library/python/issues/235) to `libncursesw5`:
|
* An [inferior alternative](https://github.com/docker-library/python/issues/235) to `libncursesw5`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -140,6 +141,11 @@ SDKROOT=${XCODE_ROOT}/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK
|
|||||||
MACOSX_DEPLOYMENT_TARGET=10.14
|
MACOSX_DEPLOYMENT_TARGET=10.14
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are using Ubuntu/Debian, you need the following packages:
|
||||||
|
```sh
|
||||||
|
sudo apt install libssl-dev libbz2-dev libsqlite3-dev
|
||||||
|
```
|
||||||
|
|
||||||
## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
|
||||||
|
|
||||||
### 0. First, check
|
### 0. First, check
|
||||||
|
|||||||
Reference in New Issue
Block a user