facebookresearch / nocturne

A data-driven, fast driving simulator for multi-agent coordination under partial observability.
MIT License
259 stars 29 forks source link

[Question] #83

Closed Zhangfengmo closed 1 month ago

Zhangfengmo commented 1 month ago

Question

I am a beginner, sorry to disturb, I use conda env create -f environment.yml command when there is an error: Pip subprocess error: ERROR: Command errored out with exit status 1: command: 'E:\Anaconda\envs\nocturne\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C' cwd: C:\Users\FengmoZhang\AppData\Local\Temp\pip-install-3pa_xqy4\gym_c4c7742b0436454389c4ecc2a5b6b8ae\ Complete output (1 lines): error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings cont.

WARNING: Discarding https://pypi.tuna.tsinghua.edu.cn/packages/f1/16/a421155206e7dc41b3a79d4e9311287b88c20140d567182839. ERROR: Could not find a version that satisfies the requirement gym==0.20.0 (from versions: 0.0.2, 0.0.3, 0.0.4, 0.0.5, ) ERROR: No matching distribution found for gym==0.20.0

failed

CondaEnvException: Pip failed

Is there a solution? I tried to change multiple pip download sources, but I couldn't download them.

eugenevinitsky commented 1 month ago

Closed as duplicate.