Gregor
Results
1
comments of
Gregor
Hey @FranzForstmayr. I found a solution: 1. Configure cargo to work behind a proxy following [configure cargo](https://sacul.github.io/rust/cargo_proxy.html) 2. replace the code in https://github.com/ofek/pyapp/blob/651091f99beee8a6fd4145df58f0d3eddffdfabf/build.rs#L640 ``` let bytes = reqwest::blocking::get(&distribution_source).unwrap().bytes().unwrap(); ``` with...