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

Installation Error during wheel building #59

Open
Gaiben opened this issue May 15, 2023 · 5 comments
Open

Installation Error during wheel building #59

Gaiben opened this issue May 15, 2023 · 5 comments

Comments

@Gaiben
Copy link

Gaiben commented May 15, 2023

Hello,

I got an issue when i try to install rlgym with pip.
I tried a lot of setup but i'm here with:

  • Window 11 (is it the problem ?)
  • Bakkesmod
  • A RocketLeague account
  • Python 3.8.8

Here is my error:
RLGym installation error.txt

Can you check if there is something wrong (I guess there is ofc)

Kind regards

@lucas-emery
Copy link
Owner

lucas-emery commented May 15, 2023

Looks like the issue is just that the installation script is failing to copy the bakkesmod plugin dll to the plugins folder, probably because of missing permissions.

You can put the plugin manually in the bakkesmod plugins folder or try installing rlgym from an administrator cmd.

Even if the installation fails in that last step, rlgym should still install successfully. Can you import it in python after the failure?

@lucas-emery
Copy link
Owner

Srry, I miss clicked the close button 😅

@lucas-emery
Copy link
Owner

@dolodi
Copy link

dolodi commented Oct 5, 2023

hi even after i put the dll inside the plugins in bakkesmod and use admin cmd to install it i still cant import rlgym. It says no module found. Could it be that i have to link the folder as a root path?

@randoromm
Copy link

randoromm commented Oct 5, 2023

Same issue for me. Initially i get the same error as OP. Python version 3.7.9.
After manually installing Bakkesmod RLGym plugin and enabling it, i get the following when trying to launch example.py:

C:\Users\Russo\AppData\Local\Microsoft\WindowsApps\python3.7.exe C:\Users\Russo\Desktop\example.py Traceback (most recent call last): File "C:\Users\Russo\Desktop\example.py", line 1, in <module> import rlgym ModuleNotFoundError: No module named 'rlgym'

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

4 participants