Closed JiaojiaoYe1994 closed 2 years ago
Hi everyone, when I try to import acme module, I have met the following problem, does anyone has the same issue and please tell me how to solve it.
Execution from acme import environment_loop
from acme import environment_loop
Error
File "/home/acme/acme/specs.py", line 36 observations: Any ^ SyntaxError: invalid syntax```
Are you using Python 2? I think Acme is Python3 only
that is correct, Acme is Python 3 only. Please reopen if you are using Python 3 and hitting this issue.
Hi everyone, when I try to import acme module, I have met the following problem, does anyone has the same issue and please tell me how to solve it.
Execution
from acme import environment_loop
Error