You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use "bash build_all.sh" to build environment, some things in tsinghua source can't be found. I was confused because the bash is executed in domestic server. In general, there will be no problems.
By the way, I'm not sure whether there is something wrong in the step "安装必要的软件包和工具". If I use the origin source, there will be 4 unavailable packages. However, when I use the aliyun source, there will be no unavailable packages, but the error above is still existed. That is to say, some things in tsinghua source still can't be found.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
We have updated the Docker files. Please try downloading them from the following link. Also, it appears your server is unable to access the Tsinghua mirror for pip. To resolve this, you can remove the mirror configuration from our Dockerfiles.
For LogServer/render_img/Dockerfile, remove -i https://pypi.tuna.tsinghua.edu.cn/simple, or change it to another mirror
For env_img/EnvMoniter, also remove -i https://pypi.tuna.tsinghua.edu.cn/simple, or change it to another mirror.
It seems that the second image indicates that apk update fails. Please check the network connectivity of your server, or use an available mirror.
Thank for your help! After updating Docker files and restarting docker service, the docker image can be built successfully.
However, there is another question when getting requirements in Ubuntu. Specifically, the error appeared when "running egg_info". It seems to use PyObjC in macOS so that Ubuntu can't build wheel successfully. The error information is following:
When I use "bash build_all.sh" to build environment, some things in tsinghua source can't be found. I was confused because the bash is executed in domestic server. In general, there will be no problems.
By the way, I'm not sure whether there is something wrong in the step "安装必要的软件包和工具". If I use the origin source, there will be 4 unavailable packages. However, when I use the aliyun source, there will be no unavailable packages, but the error above is still existed. That is to say, some things in tsinghua source still can't be found.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: