easy_install bson 请帮忙看一下,这是安装成功了没有
[root@localhost ~]# easy_install bson
Searching for bson
Best match: bson 0.5.10
Processing bson-0.5.10-py2.7.egg
bson 0.5.10 is already the active version in easy-install.pth
Using /usr/lib/python2.7/site-packages/bson-0.5.10-py2.7.egg
Processing dependencies for bson
Finished processing dependencies for bson
[root@localhost ~]# pip install bson
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop s upport for Python 2.7 in January 2021. More details about Python 2 support in pi p, can be found at https://pip.pypa.io/en/latest/development/release-process/#py thon-2-support
Requirement already satisfied: bson in /usr/lib/python2.7/site-packages/bson-0.5 .10-py2.7.egg (0.5.10)
Requirement already satisfied: python-dateutil>=2.4.0 in /usr/lib/python2.7/site -packages (from bson) (2.8.1)
Requirement already satisfied: six>=1.9.0 in /usr/lib/python2.7/site-packages (f rom bson) (1.9.0)
[root@localhost ~]# easy_install redis
Searching for redis
Reading https://pypi.python.org/simple/redis/
Best match: redis 3.5.3
Downloading https://files.pythonhosted.org/packages/b3/17/1e567ff78c83854e16b98694411fe6e08c3426af866ad11397cddceb80d3/redis-3.5.3.tar.gz#sha256=0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2
Processing redis-3.5.3.tar.gz
Writing /tmp/easy_install-y49Ub4/redis-3.5.3/setup.cfg
Running redis-3.5.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-y49Ub4/redis-3.5.3/egg-dist-tmp-PvsJe8
warning: no previously-included files found matching '__pycache__'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
zip_safe flag not set; analyzing archive contents...
UNKNOWN 0.0.0 is already the active version in easy-install.pth
Installed /usr/lib/python2.7/site-packages/UNKNOWN-0.0.0-py2.7.egg
Skipping dependencies for UNKNOWN 0.0.0