1. 程式人生 > >error:command 'aarch64-linux-gnu-gcc' failed with exit status 1| TX2安裝jupyter

error:command 'aarch64-linux-gnu-gcc' failed with exit status 1| TX2安裝jupyter

error:command ‘aarch64-linux-gnu-gcc’ failed with exit status 1| TX2安裝jupyter

平臺:TX2
系統:ubuntu 16.04 python2.7
目的:安裝jupyter notebook


1.問題重述

當我執行

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-pip
sudo pip install --upgrade pip
sudo pip install jupyter

出現以下錯誤
在這裡插入圖片描述

2.解決方法

  • 1.先單獨安裝pyzmq 17.0.0
sudo pip install pyzmq==17.0.0
  • 2.然後再執行安裝jupyter
sudo pip install jupyter
  • 3.測試
jupyter notebook

在這裡插入圖片描述

結語

感謝Cloveryww漂洋過海的油條的CSDN部落格下給出的解決方法地址解決方法原地址)。