我无法在我的帐户上手动安装应用程序

2024-09-30 10:42:05 发布

您现在位置:Python中文网/ 问答频道 /正文

因此有了项目idena.io和社区制作的ledger nano应用程序https://github.com/idelse/idena-ledger 当我正常运行它时,我得到了这个错误

Traceback (most recent call last):
  File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/toni/.local/lib/python3.8/site-packages/ledgerblue/loadApp.py", line 197, in <module>
    dongle = getDongle(args.apdu)
  File "/home/toni/.local/lib/python3.8/site-packages/ledgerblue/comm.py", line 216, in getDongle
    dev.open_path(hidDevicePath)
  File "hid.pyx", line 74, in hid.device.open_path
OSError: open failed

有了苏多,我明白了

ERR: ledgerblue pip package not found.
please install using 'pip3 install ledgerblue'

我安装了100次


Tags: runinpymainlibusrlinecode

热门问题