1. 程式人生 > >linux安裝caffe記錄(非root使用者)

linux安裝caffe記錄(非root使用者)

Successfully installed Cython-0.27.3
Requirement already satisfied: numpy>=1.7.1 in /users4/zs/.local/lib/python2.7/site-packages
Requirement already satisfied: numpy>=1.8.2 in /users4/zs/.local/lib/python2.7/site-packages (from scipy>=0.13.2)
Collecting scikit-image>=0.9.3
Collecting matplotlib>=1.3.1 (from scikit-image>=0.9.3)
Collecting networkx>=1.8 (from scikit-image>=0.9.3)
Collecting pillow>=2.1.0 (from scikit-image>=0.9.3)
Requirement already satisfied: six>=1.7.3 in /users4/zs/.local/lib/python2.7/site-packages (from scikit-image>=0.9.3)
Requirement already satisfied: scipy>=0.17.0 in /users4/zs/.local/lib/python2.7/site-packages (from scikit-image>=0.9.3)
Collecting PyWavelets>=0.4.0 (from scikit-image>=0.9.3)
Collecting subprocess32 (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting cycler>=0.10 (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting backports.functools-lru-cache (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting pytz (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Requirement already satisfied: numpy>=1.7.1 in /users4/zsun/.local/lib/python2.7/site-packages (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting python-dateutil>=2.0 (from matplotlib>=1.3.1->scikit-image>=0.9.3)
Collecting decorator>=4.1.0 (from networkx>=1.8->scikit-image>=0.9.3)
Building wheels for collected packages: networkx, subprocess32
  Running setup.py bdist_wheel for networkx ... done
  Stored in directory: /users4/zsun/.cache/pip/wheels/c8/58/65/43f97d17a5ba1d88697063234c3ad92ad68885f5f702a20680
  Running setup.py bdist_wheel for subprocess32 ... done
  Stored in directory: /users4/zsun/.cache/pip/wheels/b3/98/13/6760c4255f07fec23c6b22640b1129e57d97b9e736dca5c08b
Successfully built networkx subprocess32
Installing collected packages: subprocess32, cycler, backports.functools-lru-cache, pytz, pyparsing, python-dateutil, matplotlib, decorator, networkx, pillow, PyWavelets, scikit-image
Successfully installed PyWavelets-0.5.2 backports.functools-lru-cache-1.4 cycler-0.10.0 decorator-4.2.1 matplotlib-2.1.1 networkx-2.0 pillow-5.0.0 pyparsing-2.2.0 python-dateutil-2.6.1 pytz-2017.3 scikit-image-0.13.1 subprocess32-3.2.7
Requirement already satisfied: matplotlib>=1.3.1 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages
Requirement already satisfied: subprocess32 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: cycler>=0.10 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: six>=1.10 in /users4/zs/.local/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: backports.functools-lru-cache in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: pytz in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: numpy>=1.7.1 in /zs/.local/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Requirement already satisfied: python-dateutil>=2.0 in /zs/anaconda3/envs/py27/lib/python2.7/site-packages (from matplotlib>=1.3.1)
Collecting ipython>=3.0.0 
    Complete output from command python setup.py egg_info:
    IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
    When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
    Beginning with IPython 6.0, Python 3.3 and above is required.
    See IPython `README.rst` file for more information:
        https://github.com/ipython/ipython/blob/master/README.rst
    Python sys.version_info(major=2, minor=7, micro=14, releaselevel='final', serial=0) detected.

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-HG651n/ipython/
Collecting h5py>=2.2.0
Requirement already satisfied: numpy>=1.7 in /users4/zs/.local/lib/python2.7/site-packages (from h5py>=2.2.0)
Requirement already satisfied: six in /users4/zs/.local/lib/python2.7/site-packages (from h5py>=2.2.0)
Successfully installed h5py-2.7.1
Successfully installed leveldb-0.194
Requirement already satisfied: networkx>=1.8.1 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages
Requirement already satisfied: decorator>=4.1.0 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from networkx>=1.8.1)
Successfully installed nose-1.3.7
Collecting pandas>=0.12.0
Requirement already satisfied: pytz>=2011k in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from pandas>=0.12.0)
Requirement already satisfied: numpy>=1.9.0 in /users4/zs/.local/lib/python2.7/site-packages (from pandas>=0.12.0)
Requirement already satisfied: python-dateutil in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages (from pandas>=0.12.0)
Requirement already satisfied: six>=1.5 in /users4/zs/.local/lib/python2.7/site-packages (from python-dateutil->pandas>=0.12.0)
Successfully installed pandas-0.22.0
Collecting python-dateutil<2,>=1.4
Building wheels for collected packages: python-dateutil
  Running setup.py bdist_wheel for python-dateutil ... done
  Stored in directory: /users4/zsun/.cache/pip/wheels/83/66/7c/0d6150f3c41e070516cb482e30597ee43e796529909ce23f45
Successfully built python-dateutil
Installing collected packages: python-dateutil
  Found existing installation: python-dateutil 2.6.1
    Uninstalling python-dateutil-2.6.1:
      Successfully uninstalled python-dateutil-2.6.1

Successfully installed python-dateutil-1.5
Requirement already satisfied: protobuf>=2.5.0 in /users4/zs/.local/lib/python2.7/site-packages
Requirement already satisfied: six>=1.9 in /users4/zs/.local/lib/python2.7/site-packages (from protobuf>=2.5.0)
Requirement already satisfied: setuptools in /users4/zs/.local/lib/python2.7/site-packages (from protobuf>=2.5.0)
Successfully installed python-gflags-3.1.2
Requirement already satisfied: pyyaml>=3.10 in /users4/zs/.local/lib/python2.7/site-packages/PyYAML-3.12-py2.7-linux-x86_64.egg
Requirement already satisfied: Pillow>=2.3.0 in /users4/zs/anaconda3/envs/py27/lib/python2.7/site-packages
Requirement already satisfied: six>=1.1.0 in /users4/zs/.local/lib/python2.7/site-packages