-
Notifications
You must be signed in to change notification settings - Fork 77
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
IndexError: invalid index to scalar variable. #48
Comments
pip install opencv-python==4.4.0.46 |
Still don't work. |
I think you are getting this error because of your opencv version. if your opencv version is 4.5.4.58 continue the steps : if these steps didn't work out try this step👇(I'm not sure this step works out but it worth to try it): |
|
Change that line in the code to this (should be around line 95): ln = [ln[i - 1] for i in net.getUnconnectedOutLayers()] I got the same error and found the solution in another aimbot tutorial online. |
nowit says TypeError: only integer scalar arrays can be converted to a scalar index
|
After start i have error.
The text was updated successfully, but these errors were encountered: