bypy-百度网盘Python客户端 linux

2018-04-04  本文已影响0人  Mead170810
git clone https://github.com/houtianze/bypy.git
cd bypy
python setup.py install
基本操作 image.png

出现以下错误 解决方案:

Successfully installed bypy-1.6.3
[root@hongkong ~]# bypy info
From cffi callback <function _verify_callback at 0x2d51cf8>:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 313, in wrapper
    _lib.X509_up_ref(x509)
AttributeError: 'module' object has no attribute 'X509_up_ref'
<E> [15:04:42] Exception occurred:
Exception:
<class 'requests.exceptions.SSLError'> - HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /houtianze/bypy/master/update/update.json (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
Stack:
  File "/bin/bypy", line 11, in <module>
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/bypy/bypy.py", line 3701, in main
    perr("Exception occurred:\n{}".format(formatex(ex)))
  File "/usr/lib/python2.7/site-packages/bypy/util.py", line 73, in formatex
    type(ex), ex, ''.join(traceback.format_stack()))

Abort
Traceback (most recent call last):
  File "/bin/bypy", line 11, in <module>

错误截图
pip install pyopenssl

来源站点 https://samzong.me/2017/06/02/howto-install-bypy/

上一篇下一篇

猜你喜欢

热点阅读