解决办法两个,不一定都适用:
1. 安装或升级依赖
apt-get install -y ca-certificates
2. 跳过验证
export GIT_SSL_NO_VERIFY=1
遇到此问题的场景
pip 安装github上的python模块
pip install --no-cache-dir \
git+https://github.com.cnpmjs.org/InfuseAI/jupyter_tensorboard.git
解决办法两个,不一定都适用:
1. 安装或升级依赖
apt-get install -y ca-certificates
2. 跳过验证
export GIT_SSL_NO_VERIFY=1
遇到此问题的场景
pip 安装github上的python模块
pip install --no-cache-dir \
git+https://github.com.cnpmjs.org/InfuseAI/jupyter_tensorboard.git