dickreuter / Poker

Fully functional Pokerbot that works on PartyPoker, PokerStars and GGPoker, scraping tables with Open-CV (adaptable via gui) or neural network and making decisions based on a genetic algorithm and montecarlo simulation for poker equity calculation. Binaries can be downloaded with this link:
http://www.deepermind-pokerbot.com
GNU General Public License v3.0
2.01k stars 508 forks source link

Getting error after Running pokerbot #207

Open Thisiscreatorr opened 1 year ago

Thisiscreatorr commented 1 year ago

Hello I'm getting error after installation of binnaries , I can't run poker bot

Traceback (most recent call last): File "poker\main.py" , line 12 , in ImportError : DLL load failed while importing QtGui : The Specified procedure could not be found. [100] Failed to execute script "main" due to inhandled exception

I'm using Windows 10 -64 bit Capture

Help anyone please if you can !

ShestakovPD commented 10 months ago

ChatGPT (or claude) can help you! Prompt: you are a python expert, analyze the error step by step and give three options for resolving the problem using the following code File "poker\main.py" , line 12 , in ImportError : DLL load failed while importing QtGui : The Specified procedure could not be found. [100] Failed to execute script "main" due to inhandled exception

response to request In this code, an error occurs when importing the QtGui module when running the main.py file in the poker directory.

Possible solutions to the problem: 1.Check for the presence of the QtGui library and the PyQt modules on which it is based. The necessary dependencies may not be installed. 2.Check the compatibility of Python versions and the PyQt library. Perhaps they are not compatible and you need to reinstall PyQt for the Python version. 3.Check for the presence of the dll file on which the QtGui library is based when loading the application. It may not be in the application folder or in the system PATH. 4.Recheck the imports in the main.py file. There may be an error in the import syntax or the module is not imported where it is needed. 5.Clear the Python import cache and try to import the required module again.

did it help solve the problem?