美文网首页
bypy-百度网盘Python客户端 linux

bypy-百度网盘Python客户端 linux

作者: Mead170810 | 来源:发表于2018-04-04 11:52 被阅读0次
    • 安装 python 2.7
    • 安装 扩展
    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/

    相关文章

      网友评论

          本文标题:bypy-百度网盘Python客户端 linux

          本文链接:https://www.haomeiwen.com/subject/qedkhftx.html