-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用sh tools/build_docker_cpu.sh执行失败 #238
Comments
把冲突的包卸载了吧 |
@feifeibear |
应该是continuumio/anaconda3升级导致的 https://hub.docker.com/r/continuumio/anaconda3/tags?page=1&ordering=last_updated FROM continuumio/anaconda3:2020.07 |
@feifeibear Step 4/9 : RUN /opt/conda/bin/conda install pytorch==1.3.1 cpuonly -c pytorch && pip install OpenNMT-py==1.1.1 && /opt/conda/bin/conda install curl conda-verify conda-build mkl-include cmake -c anaconda && /opt/conda/bin/conda install make cmake git graphviz gperftools git-lfs docopt -c conda-forge && /opt/conda/bin/conda clean -afy Found conflicts! Looking for incompatible packages. UnsatisfiableError: The following specifications were found Specifications:
Your python: python=3.8 If python is on the left-most side of the chain, that's the version you've asked for. The command '/bin/sh -c /opt/conda/bin/conda install pytorch==1.3.1 cpuonly -c pytorch && pip install OpenNMT-py==1.1.1 && /opt/conda/bin/conda install curl conda-verify conda-build mkl-include cmake -c anaconda && /opt/conda/bin/conda install make cmake git graphviz gperftools git-lfs docopt -c conda-forge && /opt/conda/bin/conda clean -afy' returned a non-zero code: 1 |
你好:
我下载最新的turbotransformers程序编译,使用命令sh tools/build_docker_cpu.sh 这一步就报了很多库冲突,这个问题该怎么解决呢,一部分报错信息如下
The text was updated successfully, but these errors were encountered: