mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 22:33:52 -05:00
Added libffi-devel to opensuse to fix error "ModuleNotFoundError: No module named '_ctypes'"
@@ -26,7 +26,7 @@ sudo yum install compat-openssl10-devel --allowerasing
|
|||||||
* openSUSE
|
* openSUSE
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
zypper in zlib-devel bzip2 libbz2-devel readline-devel sqlite3 sqlite3-devel libopenssl-devel xz xz-devel
|
zypper in zlib-devel bzip2 libbz2-devel libffi-devel libopenssl-devel readline-devel sqlite3 sqlite3-devel xz xz-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
* Alpine
|
* Alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user