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

Tried to run demo.py got syntax error #38

Open
mechelleamily opened this issue Apr 24, 2019 · 3 comments
Open

Tried to run demo.py got syntax error #38

mechelleamily opened this issue Apr 24, 2019 · 3 comments

Comments

@mechelleamily
Copy link

mechelleamily commented Apr 24, 2019

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

@TingtingYuan
Copy link

I have the same problem. Did you solve it?

@Rishabh-Samra
Copy link

Did the problem solved? Same problem I am also facing...

@lukasschueler
Copy link

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

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

4 participants