Testing openAI universe, an error occurred while using docker,requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.41/images/create?tag=0.20.28&fromImage=quay.io%2Fopenai%2Funiverse.flashgames
raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localunixsocket/v1.41/containers/create?name=universe-0r4JfN-0
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/wuk/universe/universe/remotes/docker_remote.py", line 264, in _spawn container = self._spawn_container() File "/home/wuk/universe/universe/remotes/docker_remote.py", line 314, in _spawn_container 'com.openai.automanaged': 'true', File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/docker/api/container.py", line 135, in create_container return self.create_container_from_config(config, name) File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/docker/api/container.py", line 146, in create_container_from_config return self._result(res, True) File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/docker/client.py", line 178, in _result self._raise_for_status(response) File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/docker/client.py", line 173, in _raise_for_status raise errors.NotFound(e, response, explanation=explanation) docker.errors.NotFound: 404 Client Error: Not Found ("b'{"message":"No such image: quay.io/openai/universe.flashgames:0.20.28"}'")
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/docker/client.py", line 170, in _raise_for_status response.raise_for_status() File "/home/wuk/anaconda3/envs/universe/lib/python3.6/site-packages/requests/models.py", line 844, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.41/images/create?tag=0.20.28&fromImage=quay.io%2Fopenai%2Funiverse.flashgames
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/wuk/PycharmProjects/pythonProject/main.py", line 5, in
I am facing the same problem
Same, did anyone find a solution to this?