Ubuntu20.04 sdk环境没法安装

直接安装:
sudo apt-get install python3.5 python3-pip python3-virtualenv
for req in $(cat requirements.txt); do pip3 install $req; done
很多库,版本不匹配
比如:
ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from versions: 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0)
ERROR: No matching distribution found for torch==1.2.0
RROR: Could not find a version that satisfies the requirement tensorflow==2.0.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.5.2, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.7.0rc0, 2.7.0rc1, 2.7.0)
ERROR: No matching distribution found for tensorflow==2.0.0

然后,我创建了Anaconda环境下,创建了虚拟环境,可以安装库,python3.5和其他库,但是运行转换脚步的时候,各种问题,比如找不到./acuitylib/convertdarknet
usage: convertdarknet [-h] --net-input NET_INPUT --weight-input WEIGHT_INPUT
[–net-output NET_OUTPUT] [–data-output DATA_OUTPUT]

@xinsuinizhuan 你的SDK是直接clone的,还是下载的压缩包?

clone的,在windows下面clone,然后拷贝到ubuntu下面的

@xinsuinizhuan 你是不是没有按照文档clone?

有两个子仓库包含在里面