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: Could not find a sim version matching sim/deepdrive-sim-windows-3.1 #54

Open
shott92 opened this issue Feb 6, 2020 · 3 comments

Comments

@shott92
Copy link

shott92 commented Feb 6, 2020

When trying to run python example.py I keep getting the following runtime error;

--------- Updating to latest simulator ----------
2020-02-06 23:31:40,761 - util.ensure_sim - INFO - Downloading latest sim
Traceback (most recent call last):
  File "example_sync.py", line 38, in <module>
    main()
  File "example_sync.py", line 25, in main
    randomize_month=False)
  File "C:\Users\x\deepdrive\sim\__init__.py", line 49, in start
    env = start_local_env(args)
  File "C:\Users\x\deepdrive\sim\__init__.py", line 62, in start_local_env
    env = gym.make(args.env_id)
  File "C:\Users\x\Miniconda3\envs\dd\lib\site-packages\gym\envs\registration.py", line 163, in make
    return registry.make(id)
  File "C:\Users\x\Miniconda3\envs\dd\lib\site-packages\gym\envs\registration.py", line 119, in make
    env = spec.make()
  File "C:\Users\x\Miniconda3\envs\dd\lib\site-packages\gym\envs\registration.py", line 86, in make
    env = cls(**self._kwargs)
  File "C:\Users\x\deepdrive\sim\gym_env.py", line 125, in __init__
    util.ensure_sim.ensure_sim()
  File "C:\Users\x\deepdrive\util\ensure_sim.py", line 32, in ensure_sim
    url = c.AWS_BUCKET_URL + get_latest_sim_url()
  File "C:\Users\x\deepdrive\util\ensure_sim.py", line 139, in get_latest_sim_url
    'in bucket %s' % (bucket_search_str, c.AWS_BUCKET_URL))
RuntimeError: Could not find a sim version matching sim/deepdrive-sim-windows-3.1 in bucket https://s3-us-west-1.amazonaws.com/deepdrive

System config;
Miniconda with python3.7
TensorFlow 1.15.2 / Tensorflow_hub 0.7.0
Windows 10
No GPU (well, Radeon 7470M)

Thanks

@Teo03
Copy link

Teo03 commented Apr 26, 2020

I also get the same results, it seems that this is a windows-only error. Please help!

@crizCraig
Copy link
Member

crizCraig commented Apr 27, 2020

Hi @Teo03 - Unfortunately, we are not distributing Windows builds due to the lack of cloud build infra. We do use Windows for development though, and so you could setup the project via the development build instructions which would give you access to Unreal Editor as well.

https://simdocs.deepdrive.io/docs/setup/windows

@dnsmernst may have packaged version of the master branch v3.1 that we could manually upload as well.

@Teo03
Copy link

Teo03 commented Apr 27, 2020

@crizCraig thanks!

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

3 participants