This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Description
core@ip-local ~ $ ./bin/pip install docker-py
/home/core/pypy/bin/pypy: /lib64/libssl.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
/home/core/pypy/bin/pypy: /lib64/libcrypto.so.1.0.0: no version information available (required by /home/core/pypy/bin/pypy)
Collecting docker-py
Could not find any downloads that satisfy the requirement docker-py
No distributions at all found for docker-py
but
ls /lib64/libssl.so* -l
lrwxrwxrwx 1 root root 15 Feb 5 02:53 /lib64/libssl.so -> libssl.so.1.0.0
-r-xr-xr-x 1 root root 454304 Feb 5 01:31 /lib64/libssl.so.1.0.0
Any idea how solve this problem?