vap0r01 / RollercoinBot

Bot to play Rollercoin Games
29 stars 33 forks source link

help pls #8

Closed vodeville closed 3 years ago

vodeville commented 3 years ago

when i start bot i see this error C:\Users\slzq\Desktop\RollercoinBot-master>python bot.py On entry to DGEBAL parameter number 3 had an illegal value On entry to DGEHRD parameter number 2 had an illegal value On entry to DORGHR DORGQR parameter number 2 had an illegal value On entry to DHSEQR parameter number 4 had an illegal value ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "bot.py", line 6, in import cv2 File "E:\2ProgramFiles\PYTHON111\lib\site-packages\cv2__init__.py", line 5, in from .cv2 import * ImportError: numpy.core.multiarray failed to import

SteidleR commented 3 years ago

I think you have numpy 1.19.4 installed. Currently only version 1.19.2 supported. There was a mistake in the requirements.txt file. Please try to remove numpy (pip uninstall numpy) and install version 1.19.2 (pip install numpy==1.19.2). Hope this solves the error.

SteidleR commented 3 years ago

I will close this issue. If there are still problems you can reopen this or a new issue

sapessihshs commented 3 years ago

when i start bot i see this error C:\Users\slzq\Desktop\RollercoinBot-master>python bot.py On entry to DGEBAL parameter number 3 had an illegal value On entry to DGEHRD parameter number 2 had an illegal value On entry to DORGHR DORGQR parameter number 2 had an illegal value On entry to DHSEQR parameter number 4 had an illegal value ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "bot.py", line 6, in import cv2 File "E:\2ProgramFiles\PYTHON111\lib\site-packages\cv2init.py", line 5, in from .cv2 import * ImportError: numpy.core.multiarray failed to import

sorry, would you explain to me step by step what I need to do to start the bot please ... because I'm not very experienced. Thanks in advance