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

I can't run "python3 -m pip install ." #355

Open
m19089mamada opened this issue Jun 2, 2023 · 1 comment
Open

I can't run "python3 -m pip install ." #355

m19089mamada opened this issue Jun 2, 2023 · 1 comment

Comments

@m19089mamada
Copy link

m19089mamada commented Jun 2, 2023

🟥When I run the quick start on vscode, I got this error message🟥


%python3 -m pip install .
"Collecting gym==0.21.0 (from kaggle-environments==1.13.0)
Using cached gym-0.21.0.tar.gz (1.5 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.".


Can someone tells me how to solve this issue on vscode?

my environment:MacBook Air macOS Ventura version13.2.1
python version:3.9.16
please😭

@wind-knows
Copy link

My environment is windows but i met this problem before.

and i solved this problem by :

`
pip install setuptools==65.5.0

pip install --user wheel==0.38.0
`

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

2 participants