kochlisGit / ProphitBet-Soccer-Bets-Predictor

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.
MIT License
282 stars 103 forks source link

Exception in thread Thread-1: #34

Open Aristi35 opened 10 months ago

Aristi35 commented 10 months ago

Exception in thread Thread-1: Traceback (most recent call last): File "C:\Users\Aristi\AppData\Local\Programs\Python\Python38\lib\threading.py", line 932, in _bootstrap_inner self.run() File "C:\Users\Aristi\AppData\Local\Programs\Python\Python38\lib\threading.py", line 870, in run self._target(*self._args, *self._kwargs) File "C:\Users\Aristi\Documents\Dev\ProphitBet-Soccer-Bets-Predictor-main\gui\dialogs\league.py", line 120, in _store_league matches_df, league = self._league_repository.create_league( File "C:\Users\Aristi\Documents\Dev\ProphitBet-Soccer-Bets-Predictor-main\database\repositories\league.py", line 79, in create_league matches_df = MainLeagueAPI().download(league=league) File "C:\Users\Aristi\Documents\Dev\ProphitBet-Soccer-Bets-Predictor-main\database\network\footballdata\api.py", line 12, in download matches_df = self._download(league=league) File "C:\Users\Aristi\Documents\Dev\ProphitBet-Soccer-Bets-Predictor-main\database\network\footballdata\main.py", line 19, in _download return league_matches_dfs[0] if len(league_matches_dfs) == 1 else pd.concat(league_matches_dfs) File "C:\Users\Aristi\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\util_decorators.py", line 311, in wrapper return func(args, **kwargs) File "C:\Users\Aristi\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\core\reshape\concat.py", line 347, in concat op = _Concatenator( File "C:\Users\Aristi\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\core\reshape\concat.py", line 404, in init raise ValueError("No objects to concatenate")

Aristi35 commented 10 months ago

I'm install all requeriments, but i run program, when i want create league, show me this in console :c , any soluction ?

arismelSoaint commented 10 months ago

FIXED USING A VPN