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
286 stars 104 forks source link

Cannot Create League #20

Open GothsDontRun opened 1 year ago

GothsDontRun commented 1 year ago

Hi, have tried most things i can reasonably think of with this, tried redownloading, reinstalling, checked the requirements.txt to no avail constantly getting this message when i attempt to create a league

FileNotFoundError: [Errno 2] No such file or directory: 'database/storage/leagues/available_leagues.csv'

Have checked directory and it is obviously there and accessible so not sure what else could be the issue.

kochlisGit commented 1 year ago

Hello, make sure that this file (available_leagues.csv) exists in that directory. If not, then perhaphs not all files are downloaded. If you go on GitHub page, you can download that file.

From: @.> Sent: Friday, April 7, 2023 8:49 AM To: @.> Cc: @.***> Subject: [kochlisGit/ProphitBet-Soccer-Bets-Predictor] Cannot Create League (Issue #20)

Hi, have tried most things i can reasonably think of with this, tried redownloading, reinstalling, checked the requirements.txt to no avail constantly getting this message when i attempt to create a league

FileNotFoundError: [Errno 2] No such file or directory: 'database/storage/leagues/available_leagues.csv'

Have checked directory and it is obviously there and accessible so not sure what else could be the issue.

— Reply to this email directly, view it on GitHubhttps://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/20, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUJUREY3HVEGE5T6WGJSWDW75JHZANCNFSM6AAAAAAWWABRUA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

GothsDontRun commented 1 year ago

Hello, make sure that this file (available_leagues.csv) exists in that directory. If not, then perhaphs not all files are downloaded. If you go on GitHub page, you can download that file. From: @.> Sent: Friday, April 7, 2023 8:49 AM To: @.> Cc: @.> Subject: [kochlisGit/ProphitBet-Soccer-Bets-Predictor] Cannot Create League (Issue #20) Hi, have tried most things i can reasonably think of with this, tried redownloading, reinstalling, checked the requirements.txt to no avail constantly getting this message when i attempt to create a league FileNotFoundError: [Errno 2] No such file or directory: 'database/storage/leagues/available_leagues.csv' Have checked directory and it is obviously there and accessible so not sure what else could be the issue. — Reply to this email directly, view it on GitHub<#20>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUJUREY3HVEGE5T6WGJSWDW75JHZANCNFSM6AAAAAAWWABRUA. You are receiving this because you are subscribed to this thread.Message ID: @.>

Hi mate, it is already there in the direcotry i can see it and open it external to the program and its all working fine. But i have tried reinstalling everything, only thing i havent reinstalled is VSCode itself