gpt4 book ai didi

python - 使用比特币 trezor 的 ssh 代理

转载 作者:行者123 更新时间:2023-12-04 19:13:48 25 4
gpt4 key购买 nike

我正在尝试使用硬件钱包 trezor.io作为 ssh 协议(protocol)的登录代理,这是一个很酷的想法。

根据他们的做法

http://doc.satoshilabs.com/trezor-apps/sshagent.html

我正在尝试继续安装:

$ sudo pip install trezor_agent

但它失败了:
hidapi/libusb/hid.c:47:20: fatal error: libusb.h: No such file or directory
#include <libusb.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
^

x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hidapi/libusb/hid.c -o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o

hidapi/libusb/hid.c:47:20: fatal error: libusb.h: No such file or directory

#include <libusb.h>

^

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Cleaning up...

text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 23: ordinal not in range(128)

我正在使用 ubuntu 14 lts 并且没有使用 python 的经验。我删除了大部分编译日志

最佳答案

错误信息非常清楚。

libusb.h: No such file or directory



该软件包具有 pip 可以解决的依赖关系。您需要先安装 libusb。
apt-get install libusb-1.0-0-dev

每次收到此类消息 没有这样的文件或目录你可以检查你需要安装什么
dpkg -S 'missing_file"

或者
apt-file list "missing_file"

关于python - 使用比特币 trezor 的 ssh 代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45692279/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com