-
Notifications
You must be signed in to change notification settings - Fork 88
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
"check_thor.py" incurs the FileExistsError from os.mkfifo. #91
Comments
@maguro27, I am not sure what is happening here. Can you post it on ai2thor issues? |
@MohitShridhar Thank you for the recommendation. |
It's an easy solution.
|
@MohitShridhar Thank you for the notification! |
I met the FileExistsError from os.mkfifo when I ran the
check_thor.py
after running the docker container based on a slightly modified Dockerfile.The main modification of the Dockerfile is that I change the docker image from nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 to nvcr.io/nvidia/cudagl:11.1.1-devel-ubuntu18.04 because my GPU machine does not match the NVIDIA driver version (namely, use cuda 11.1 because of using NVIDIA RTX A6000)
Moreover, I upgrade the ai2thor from ver. 2.1.0 to ver. 3.3.2 because of #90.
The full error message is as follows,
However, I did not meet any error when I ran the ai2thor minimal example and the exmaple_agent.py of the ai2thor-docker.
the ai2thor minimal example
the exmaple_agent.py of the ai2thor-docker
Additionally, I tried changing tempfile function in the
fifo_server.py
of the ai2thorThe changed lines as follows,
However, I couldn't fix the FileExistError.
Next, I tried to changing the start function in the
fifo_server.py
of the ai2thorHowever, I met another error.
How do I fix the FileExistsError?
Please lend me your hand.
The text was updated successfully, but these errors were encountered: