質問編集履歴
2
脱字の修正
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -31,6 +31,7 @@ | |
| 31 31 | 
             
            2020-04-14 13:47:50 エラー 404: Not Found。
         | 
| 32 32 | 
             
            ```
         | 
| 33 33 |  | 
| 34 | 
            +
            4つ目
         | 
| 34 35 | 
             
            ```
         | 
| 35 36 | 
             
            $ sudo apt-get install -y libhdf5-dev libc-ares-dev libeigen3-dev gcc gfortran python-dev libgfortran5 \
         | 
| 36 37 | 
             
                                      libatlas3-base libatlas-base-dev libopenblas-dev libopenblas-base libblas-dev \
         | 
1
試したことの追加
    
        title	
    CHANGED
    
    | 
            File without changes
         | 
    
        body	
    CHANGED
    
    | @@ -31,6 +31,25 @@ | |
| 31 31 | 
             
            2020-04-14 13:47:50 エラー 404: Not Found。
         | 
| 32 32 | 
             
            ```
         | 
| 33 33 |  | 
| 34 | 
            +
            ```
         | 
| 35 | 
            +
            $ sudo apt-get install -y libhdf5-dev libc-ares-dev libeigen3-dev gcc gfortran python-dev libgfortran5 \
         | 
| 36 | 
            +
                                      libatlas3-base libatlas-base-dev libopenblas-dev libopenblas-base libblas-dev \
         | 
| 37 | 
            +
            			  liblapack-dev cython openmpi-bin libopenmpi-dev libatlas-base-dev python3-dev
         | 
| 38 | 
            +
            $ sudo pip3 install keras_applications==1.0.8 --no-deps
         | 
| 39 | 
            +
            $ sudo pip3 install keras_preprocessing==1.1.0 --no-deps
         | 
| 40 | 
            +
            $ sudo pip3 install h5py==2.9.0
         | 
| 41 | 
            +
            $ sudo pip3 install pybind11
         | 
| 42 | 
            +
            $ pip3 install -U --user six wheel mock
         | 
| 43 | 
            +
            $ sudo pip3 uninstall tensorflow
         | 
| 44 | 
            +
            $ wget https://github.com/PINTO0309/Tensorflow-bin/raw/master/tensorflow-1.15.0-cp37-cp37m-linux_armv7l.whl
         | 
| 45 | 
            +
            $ sudo pip3 install tensorflow-1.15.0-cp37-cp37m-linux_armv7l.whl
         | 
| 46 | 
            +
             | 
| 47 | 
            +
            [ ... ]
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            ERROR: tensorflow-1.15.0-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform.
         | 
| 50 | 
            +
             | 
| 51 | 
            +
            ```
         | 
| 52 | 
            +
             | 
| 34 53 | 
             
            要するに自分の環境に対応しているTensorFlowが見つかっていないのです
         | 
| 35 54 | 
             
            なにか解決策(tensorflowをインストールする方法)はありますか?
         | 
| 36 55 |  | 
