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

RuntimeError: Address already in use #4

Closed
LianhaoYin opened this issue Mar 17, 2022 · 1 comment
Closed

RuntimeError: Address already in use #4

LianhaoYin opened this issue Mar 17, 2022 · 1 comment

Comments

@LianhaoYin
Copy link

error occour running : python run_vision_demo.py.

[UnityBridge] Initializing ZMQ connection!
Traceback (most recent call last):
File "run_vision_demo.py", line 120, in
main()
File "run_vision_demo.py", line 50, in main
env = VisionEnv_v1(dump(cfg, Dumper=RoundTripDumper), False)
RuntimeError: Address already in use

@yun-long
Copy link
Contributor

yun-long commented Mar 18, 2022

Hi,

This is because there is another python script or Flightmare is still running.
Maybe because you didn't kill some script properly.

There are two solutions:

# check If there are any process that are running the example
ps -aux | grep run_vision_demo
# if yes, kill the process using the kill command

reboot you computer

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