문제

I'm trying to set up my python instance with app engine, but I'm getting an error:

action@kings-landing-python-98539:~$ parts install googleappengine                                                                                                                                             => Downloading https://commondatastorage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.0.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   127  100   127    0     0    343      0 --:--:-- --:--:-- --:--:--   447
parts: ERROR: SHA1 verification failed
Aborting!

Is there something I'm missing?

도움이 되었습니까?

해결책

The URL in the nitrousio googleappengine package returns an XML error, which obviously doesn't match the sha1sum of the SDK. The latest version can be downloaded from here. If their package system is the only way to get things installed with nitrous (I've never used it), then you could submit a bug-report to get them to update the spec.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top