|
发表于 2022-11-11 12:02:04
|
显示全部楼层
报错如下,不知阿里的镜像源咋了请指导
Installing collected packages: sortedcontainers, mpmath, flatbuffers, websockets, urllib3, sympy, sniffio, schedule, PySocks, pyparsing, protobuf, Pillow, numpy, idna, humanfriendly, h11, exceptiongroup, charset-normalizer, certifi, attrs, async-generator, wsproto, requests, packaging, outcome, opencv-python-headless, coloredlogs, trio, onnxruntime, trio-websocket, ddddocr, selenium, undetected_chromedriver
Successfully installed Pillow-9.3.0 PySocks-1.7.1 async-generator-1.10 attrs-22.1.0 certifi-2022.9.24 charset-normalizer-2.1.1 coloredlogs-15.0.1 ddddocr-1.4.7 exceptiongroup-1.0.1 flatbuffers-22.10.26 h11-0.14.0 humanfriendly-10.0 idna-3.4 mpmath-1.2.1 numpy-1.23.4 onnxruntime-1.13.1 opencv-python-headless-4.6.0.66 outcome-1.2.0 packaging-21.3 protobuf-4.21.9 pyparsing-3.0.9 requests-2.28.1 schedule-1.1.0 selenium-4.5.0 sniffio-1.3.0 sortedcontainers-2.4.0 sympy-1.11.1 trio-0.22.0 trio-websocket-0.9.2 undetected_chromedriver-3.1.6 urllib3-1.26.12 websockets-10.4 wsproto-1.2.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Err:1 http://mirrors.aliyun.com//debian buster InRelease
403 Forbidden [IP: 58.216.14.243 80]
Err:2 http://mirrors.aliyun.com//debian-security buster/updates InRelease
403 Forbidden [IP: 58.216.14.243 80]
Err:3 http://mirrors.aliyun.com//debian buster-updates InRelease
403 Forbidden [IP: 58.216.14.243 80]
Reading package lists...
E: The repository 'http://mirrors.aliyun.com//debian buster InRelease' is not signed.
E: Failed to fetch http://mirrors.aliyun.com//debian/dists/buster/InRelease 403 Forbidden [IP: 58.216.14.243 80]
E: Failed to fetch http://mirrors.aliyun.com//debia ... r/updates/InRelease 403 Forbidden [IP: 58.216.14.243 80]
E: The repository 'http://mirrors.aliyun.com//debian-security buster/updates InRelease' is not signed.
E: Failed to fetch http://mirrors.aliyun.com//debian/dists/buster-updates/InRelease 403 Forbidden [IP: 58.216.14.243 80]
E: The repository 'http://mirrors.aliyun.com//debian buster-updates InRelease' is not signed.
The command '/bin/sh -c cd /app && python3 -m pip install --upgrade pip -i https://pypi.douban.com/simple/ && pip3 install --no-cache-dir requests selenium==4.5.0 schedule==1.1.0 ddddocr==1.4.7 undetected_chromedriver==3.1.6 -i https://pypi.douban.com/simple && rm -rf /tmp/* && rm -rf /root/.cache/* && sed -i 's#http://deb.debian.org#http://mirrors.aliyun.com/#g' /etc/apt/sources.list && apt-get --allow-releaseinfo-change update && apt install jq chromium chromium-driver -y' returned a non-zero code: 100 |
|