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

pywin32==228 not available under python 3.10 #51

Open
ROTARTSI82 opened this issue Jul 29, 2022 · 1 comment
Open

pywin32==228 not available under python 3.10 #51

ROTARTSI82 opened this issue Jul 29, 2022 · 1 comment

Comments

@ROTARTSI82
Copy link

Using pip 22.2.1 and python 3.10.5 on Windows 11, I cannot pip install rlgym because it requires pywin32==228 but only version 302, 303, and 304 and available to me.

PS C:\Users\rotar> pip install --upgrade rlgym==1.2.0
Collecting rlgym==1.2.0
  Using cached rlgym-1.2.0.tar.gz (127 kB)
  Preparing metadata (setup.py) ... done
Collecting gym>=0.17
  Using cached gym-0.25.1.tar.gz (732 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting numpy>=1.19
  Using cached numpy-1.23.1-cp310-cp310-win_amd64.whl (14.6 MB)
ERROR: Could not find a version that satisfies the requirement pywin32==228 (from rlgym) (from versions: 302, 303, 304)
ERROR: No matching distribution found for pywin32==228

PS C:\Users\rotar> pip install --upgrade pywin32==228
ERROR: Could not find a version that satisfies the requirement pywin32==228 (from versions: 302, 303, 304)
ERROR: No matching distribution found for pywin32==228
@NBrock2000
Copy link

Only versions of python 3.7-3.9 are supported. Versions of 3.10 will not work. Installing an older version of python should fix the issue @ROTARTSI82

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