facebook / mvfst

An implementation of the QUIC transport protocol.
MIT License
1.5k stars 242 forks source link

run getdeps.py and getdeps.sh with some errors #278

Open qiaoqiao321 opened 1 year ago

qiaoqiao321 commented 1 year ago

when i run "sudo ./build/fbcode_builder/getdeps.py install-system-deps --recursive --install-prefix=$(pwd)/_build" on Ubuntu 20.04 , some errors occured. image when i run "./getdeps.sh" on Ubuntu 20.04 , some errors occured. image Could you please answer my question when you are free ? I would be grateful

LCJDogLover commented 1 year ago

when i run "sudo ./build/fbcode_builder/getdeps.py install-system-deps --recursive --install-prefix=$(pwd)/_build" on Ubuntu 20.04 , some errors occured. image when i run "./getdeps.sh" on Ubuntu 20.04 , some errors occured. image Could you please answer my question when you are free ? I would be grateful

hi, have u solved it ?

jbeshay commented 1 year ago

Are your connections going through a proxy? Can you try to download the same files using curl -v?

ahornby commented 1 year ago

@LCJDogLover @qiaoqiao321 you are missing the project name mvfst. e.g. run ./build/fbcode_builder/getdeps.py --allow-system-packages install-system-deps --recursive mvfst