Vasileios Kochliaridis
Vasileios Kochliaridis
Do the following: 1. Check that the previous python version is 3.9. If it is, skip this step. If not, uninstall it and install Python 3.9. Make sure once the...
That's no error! This is a warning. Just double click main.py
Open the command line inside the project directory and type python main,.py. Then send me a screenshot of your screen to see the message.
where you find what?
Yes, it's the cmd.
You should navigate to the project directory. For example, if you downloaded the files (Prophitbet) in downloads folder, you shoud etype `cd Downloads/Prophitbet` before typing `python main.py`
yes, as I replied to previous issue, You have to train a different model for Under/Over as well! The train window has an option" Result (For match results) or Over...
This is just a warning! Nothing to worry about. Did you just double click the main.py? If it does't work, follow the previous instructions at the beginning of this issue.
all right. Type `pip install tabulate`
It seems tensorflow 2.9.1 is not compatible with python 3.11. It is in python 3.9 though. What You can do is actually install a different tensoflow version, e.g. 2.9.0 or...