Skip to content

Commit

Permalink
Merge pull request #2 from SavageSnowgoose/master
Browse files Browse the repository at this point in the history
pin gevent to < 22
  • Loading branch information
VirxEC committed Sep 16, 2023
2 parents 3a4da15 + 0c1b83c commit 34e8b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RLBotGUIX main exe/RLBotGUIX.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if %errorlevel% == 0 (

%rl_py% -m pip install -U pip --no-warn-script-location
%rl_pip% install setuptools wheel --no-warn-script-location
%rl_pip% install gevent^<22 --no-warn-script-location
%rl_pip% install eel --no-warn-script-location
%rl_pip% install -U rlbot_gui rlbot --no-warn-script-location
) else (
Expand Down

0 comments on commit 34e8b24

Please sign in to comment.