kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.16k stars 431 forks source link

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

Closed igelmigel4 closed 1 year ago

igelmigel4 commented 1 year ago

fatal: destination path 'NBA-Machine-Learning-Sports-Betting' already exists and is not an empty directory. ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' python3: can't open file '/content/main.py': [Errno 2] No such file or directory

julianxv commented 1 year ago

Use this line instead:

pip3 install -r /content/NBA-Machine-Learning-Sports-Betting/requirements.txt

poult-lab commented 4 months ago

Use this line instead:

pip3 install -r /content/NBA-Machine-Learning-Sports-Betting/requirements.txt

even I rely on this way to install the packages successfully, but I still confused. I already mounted the google cloud successfully, I cam import the python file as well. but I am not able to install package directly. I have to add the path of package file.