I downloaded the the colab stuff but I can't find where the API Link anywhere. I did get an error saying
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires requests==2.27.1, but you have requests 2.31.0 which is incompatible.
torchdata 0.6.1 requires torch==2.0.1, but you have torch 2.0.0+cu117 which is incompatible.
torchtext 0.15.2 requires torch==2.0.1, but you have torch 2.0.0+cu117 which is incompatible.
But it looked like everything still got downloaded, so I don't really know what happened. any help will be greatly appreciated, Thank you in advance!
What do you mean downloaded colab? You don't need to download anything. Just run and wait. You'll have an output with two links. Pick one that is not localhost
I downloaded the the colab stuff but I can't find where the API Link anywhere. I did get an error saying ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. google-colab 1.0.0 requires requests==2.27.1, but you have requests 2.31.0 which is incompatible. torchdata 0.6.1 requires torch==2.0.1, but you have torch 2.0.0+cu117 which is incompatible. torchtext 0.15.2 requires torch==2.0.1, but you have torch 2.0.0+cu117 which is incompatible.
But it looked like everything still got downloaded, so I don't really know what happened. any help will be greatly appreciated, Thank you in advance!