Closed Soldelli closed 1 year ago
I see error: HTTP Error 400: Bad Request
, could this be some connectivity or firewall issue? Maybe just try again?
+1
Running behind corp proxy, getting 502 on the same spot. http_proxy
properly set.
Hello, have u resolve this problem ? I have met a smilar one which get "error: [Errno socket error] [Errno 111] Connection refused", and still have no idea how to resolve it.
I don't have a specific solution but general advice: The setup and code needs to download some data files, e.g. some components for SimCLR, CLIP tokenizer vocabulary files, and possibly others. Looking at the error posted above, the issue is in simclr_download
. So I would start looking there for debugging. If you search the Scenic code for this term, you will find that it is used in setup.py
: https://github.com/google-research/scenic/search?q=simclr_download
If you don't use SimCLR, you can probably just comment out the part where it is downloaded. Otherwise, you may be able to download the files manually, save them under a local path, and hard-code that path into setup.py
.
I am unable to install the environment through
pip install .
Follows the error trace: