Problems encountered by faster-rcnn

1659871382043

1659873323409

1660292249413
Insert image description here


Download timeout:

pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘pypi.tuna.tsinghua.edu.cn’, port=443): Read timed out.
Insert image description here

pip install --default-timeout=200 -i https://pypi.tuna.tsinghua.edu.cn/simple scipy==1.2.1


torch cannot be installed:

The error is reported as follows:

Insert image description here

pip._vendor.urllib3.exceptions.ProtocolError: (“Connection broken: ConnectionResetError(104, ‘Connection reset by peer’)”, ConnectionResetError(104, ‘Connection reset by peer’))

Solution: Replace Tsinghua Source with Huawei Source

The command is as follows:pip install -i https://repo.huaweicloud.com/repository/pypi/simple/ -rrequirements.txt


Linux disk space is not enough

first step

1660707789940

1660707833669

Just choose the size that suits you

Step two:

Open the virtual machine and open the disks

1660707937112

1660708020842

1660708113061

1660708270525

1660708227801

Guess you like

Origin blog.csdn.net/qq_60943902/article/details/127149086