无法打开需求文件:[Errno 2]没有这样的文件或目录:'。/ require.txt'Python上的Python

问题描述 投票:2回答:1

我想从github使用这个code

启动此操作的前三个命令是:

pip install bitfinex

bitfinex-poll-orderbook

pip install -r ./requirements.txt

前两个工作完全正常,我能看到比特币交易所Bitfinex的订单。当我把第三行我得到以下错误

Could not open requirements file: [Errno 2] No such file or directory: './requirements.txt'

我该怎么做才能解决这个问题?

python macos pip bitcoin requirements.txt
1个回答
1
投票

您应该只从存储库的克隆中运行它,并且只有在您想要开发该库时才能运行它。

© www.soinside.com 2019 - 2024. All rights reserved.