Skip to content
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

Issues in Minecraft Branch: can't build the environment via Docker #129

Open
meowwwwww95 opened this issue Apr 22, 2024 · 2 comments
Open

Comments

@meowwwwww95
Copy link

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.
1

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.

2

Looking forward to your reply.

@chenweize1998
Copy link
Collaborator

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.

@meowwwwww95
Copy link
Author

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:

image

Hope for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants