我想在ARM機器上運行Google Cloud SDK。Google Cloud SDK for ARM架構
$ uname -a
Linux myhost 3.14.79-at10 #2 SMP PREEMPT Mon Mar 6 15:38:30 JST 2017 armv7l GNU/Linux
在this page中,我只能找到x86架構。
我可以在ARM上使用Google Cloud SDK嗎?
我想在ARM機器上運行Google Cloud SDK。Google Cloud SDK for ARM架構
$ uname -a
Linux myhost 3.14.79-at10 #2 SMP PREEMPT Mon Mar 6 15:38:30 JST 2017 armv7l GNU/Linux
在this page中,我只能找到x86架構。
我可以在ARM上使用Google Cloud SDK嗎?
答案是否定的。該SDK是封閉源代碼,並且很可能無法破解它在ARM上的工作。我不會阻止你這麼做,因爲它主要由Python腳本組成。
另一方面,gsutil是處理雲存儲操作的SDK的一部分,它是開放源代碼和PyPI。您可以像平常一樣使用pip來安裝它。
如果你有蟒蛇或python3,與PIP和PIP3一起,嘗試:
pip install --upgrade google-cloud
希望有所幫助。
[email protected]:~ $ uname -a
Linux rack 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux
它爲我工作。