kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.17k stars 430 forks source link

Flask index html #123

Closed SoccerCashUK closed 1 year ago

SoccerCashUK commented 1 year ago

I'm trying to run the flask as to your instructions but I get error as it's saying then is no flask to run in the flask directory can you help please James

JimCollinsDC commented 1 year ago

pip install flask

SoccerCashUK commented 1 year ago

pip install flask

Already have

mendez97cr commented 1 year ago

Are you running Python 3.8? make sure by type into CMD "Python". then install all the pip installs again.

On Sun, Feb 26, 2023 at 12:02 AM SoccerCashUK @.***> wrote:

pip install flask

Already have

— Reply to this email directly, view it on GitHub https://github.com/kyleskom/NBA-Machine-Learning-Sports-Betting/issues/123#issuecomment-1445283597, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXCGXW7XONHB5SEPZN3J5PTWZL5ZFANCNFSM6AAAAAAVH56N7Q . You are receiving this because you are subscribed to this thread.Message ID: <kyleskom/NBA-Machine-Learning-Sports-Betting/issues/123/1445283597@ github.com>

JimCollinsDC commented 1 year ago

"pip -r requirements.txt" should install everything at the same time rather than one-by-one.

Zapors commented 1 year ago

The instructions are not correct. I found that way to run Flask. python3 -m flask --debug run