I'm trying to install dependencies via a requirements.txt
file.
But I'm running into an error where the file is not found (I'm using Google Collab).
!pip install -r ./requirements.txt
I obtain this error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
But they are both in the same folder
I was following this post.