开发者
我要评分
获取效率
正确性
完整性
易理解
在线提单
论坛求助

常见使用问题

  1. 错误日志:
    ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

    解决方案:修改gcc-12.3.1-2025.12-aarch64-linux/bin/install_ai4c.sh,删去pip install命令里的--user。

  2. 错误日志:
    pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out

    解决方案:在install_ai4c.sh脚本的pip install命令中指定PyPI镜像源。

    pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package