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

pin gevent to < 22 #2

Merged
merged 1 commit into from
Sep 16, 2023
Merged

pin gevent to < 22 #2

merged 1 commit into from
Sep 16, 2023

Conversation

SavageSnowgoose
Copy link
Contributor

Fixes an issue with greenlet 2, pinning gevent to < 22 also causes greenlet to pin to < 2.

Greenelt 2 causes issues if the C++ redistributable is not present on a client machine and will cause RLBotGUI to not run.

Fixes an issue with greenlet 2, pinning gevent to < 22 also causes greenlet to pin to < 2.

Greenelt 2 causes issues if the C++ redistributable is not present on a client machine and will cause RLBotGUI to not run.
@VirxEC
Copy link
Collaborator

VirxEC commented Sep 10, 2023

I don't think this will work. The right place is probably https://github.com/RLBot/RLBotGUI/blob/master/setup.py#L14

@SavageSnowgoose
Copy link
Contributor Author

I agree that setup.py is where it should be, but see comment at https://github.com/RLBot/RLBotGUI/blob/master/setup.py#L11. The nsi, alternate and this installer all have these extra pip commands that seem to be in response to that comment in the setup.py.

@VirxEC VirxEC merged commit 34e8b24 into RLBot:master Sep 16, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants