LARG / HFO

Half Field Offense in Robocup 2D Soccer
MIT License
232 stars 93 forks source link

Python Interface install error #120

Open torressliu opened 2 years ago

torressliu commented 2 years ago

I have installed HFO but when I use "pip install --user" to interface Python agents to the HFO domain. (my python veersion is 3.5) there is a error:

image

mhauskn commented 2 years ago

You may need to add the period at the end pip install --user .

torressliu commented 2 years ago

Thank you! I found it half an hour ago. What a stupid mistake. But now WHEN I execute "(./bin/HFO -- pig-agents =1 --no-sync &) && sleep 1 &&./example/hfo_example_agent", It says Something necessary closed (monitor), no longer intended. Is this a normal phenomenon? image

image @mhauskn