-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Question] #82
Comments
Is this a windows machine? Unfortunately, I'm not familiar with them and am unsure how to support them correctly |
Well, thank you for your answer, and by the way, one question. I deleted the version number under pip sequence in environment.yml. Gym error has disappeared, but now there is a new error. Did you have any questions or encountered this error before ? Pip subprocess error: × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. failed CondaEnvException: Pip failed |
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.
The text was updated successfully, but these errors were encountered: