kyleskom / NBA-Machine-Learning-Sports-Betting

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

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' #167

Closed ShenMcConnell closed 1 year ago

ShenMcConnell commented 1 year ago

Im not sure why I'm getting this error I can see the requirements file is downloaded, but I'm not sure why it can't access it.

kyleskom commented 1 year ago

What directory are you in when trying to run the install?

ShenMcConnell commented 1 year ago

I'm using google collab is there a suggested one I should be using?

kyleskom commented 1 year ago

run pwd and make sure your in the root.

ShenMcConnell commented 1 year ago

Thank you for the help. It was a problem with my directories. Heres the code I ran to help solve the problem if anyone else is running into similar problems.

%cd NBA-Machine-Learning-Sports-Betting !ls !pip3 install -r requirements.txt