You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "demo.py", line 8, in
from envs import create_env
File "/Users/noreward-rl/src/envs.py", line 8, in
import universe
File "/anaconda3/lib/python3.7/site-packages/universe/init.py", line 22, in
from universe import error, envs
File "/anaconda3/lib/python3.7/site-packages/universe/envs/init.py", line 1, in
import universe.envs.vnc_env
File "/anaconda3/lib/python3.7/site-packages/universe/envs/vnc_env.py", line 11, in
from universe.envs import diagnostics
File "/anaconda3/lib/python3.7/site-packages/universe/envs/diagnostics.py", line 94
async = self.qr_pool.apply_async(self.method, (self._last_img, time.time(), available_at))
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I used Python Version 3.5(for dependency reasons) and did not encounter a comparable issue. Maybe you should try creating a virtualenv with 3.5 like this: virtualenv curiosity --python=python3.5
File "demo.py", line 8, in
from envs import create_env
File "/Users/noreward-rl/src/envs.py", line 8, in
import universe
File "/anaconda3/lib/python3.7/site-packages/universe/init.py", line 22, in
from universe import error, envs
File "/anaconda3/lib/python3.7/site-packages/universe/envs/init.py", line 1, in
import universe.envs.vnc_env
File "/anaconda3/lib/python3.7/site-packages/universe/envs/vnc_env.py", line 11, in
from universe.envs import diagnostics
File "/anaconda3/lib/python3.7/site-packages/universe/envs/diagnostics.py", line 94
async = self.qr_pool.apply_async(self.method, (self._last_img, time.time(), available_at))
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: