ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
Hello, every time I go to start the application this appears and it doesn't let me open the application, both with the cmd and with the visual code I get the same error
Traceback (most recent call last):
File "C:\Users\jonatan\Desktop\ProphitBet-Soccer-Bets-Predictor-main - copy\main.py", line 1, in
from database.repositories.league import LeagueRepository
File "C:\Users\jonatan\Desktop\ProphitBet-Soccer-Bets-Predictor-main - copy\database\repositories\league.py", line 4, in
import panda as pd
File "C:\Users\jonatan\AppData\Roaming\Python\Python311\site-packages\panda__init__.py", line 1, in
from request import PandaRequest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'request'
this is the error that appears to me
Hello, every time I go to start the application this appears and it doesn't let me open the application, both with the cmd and with the visual code I get the same error Traceback (most recent call last): File "C:\Users\jonatan\Desktop\ProphitBet-Soccer-Bets-Predictor-main - copy\main.py", line 1, in
from database.repositories.league import LeagueRepository
File "C:\Users\jonatan\Desktop\ProphitBet-Soccer-Bets-Predictor-main - copy\database\repositories\league.py", line 4, in
import panda as pd
File "C:\Users\jonatan\AppData\Roaming\Python\Python311\site-packages\panda__init__.py", line 1, in
from request import PandaRequest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'request'
this is the error that appears to me