Skip to content

Instantly share code, notes, and snippets.

@delta2323
Created December 27, 2016 07:13
Show Gist options
  • Save delta2323/6318ddb8717ae22295e3043285f42897 to your computer and use it in GitHub Desktop.
Save delta2323/6318ddb8717ae22295e3043285f42897 to your computer and use it in GitHub Desktop.
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/cupy% [16:11:58]
%(master)[]git --no-pager show -s --format=%H
353ea32b10738fb1490e39a0864e4613fcf918bf
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/cupy% [16:12:01]
%(master)[]pip --no-cache-dir install -e .
Obtaining file:///home/delta/dev/chainer-test/cupy
Requirement already satisfied (use --upgrade to upgrade): filelock in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from cupy==1.0.0)
Requirement already satisfied (use --upgrade to upgrade): nose in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from cupy==1.0.0)
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.9.0 in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from cupy==1.0.0)
Requirement already satisfied (use --upgrade to upgrade): protobuf in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from cupy==1.0.0)
Requirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from cupy==1.0.0)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from protobuf->cupy==1.0.0)
Installing collected packages: cupy
Running setup.py develop for cupy
Successfully installed cupy
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/cupy% [16:12:13]
%(master)[]ipython
Python 3.5.1 (default, Apr 13 2016, 12:25:19)
Type "copyright", "credits" or "license" for more information.
IPython 4.1.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import cupy
In [2]:
Do you really want to exit ([y]/n)? y
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/cupy% [16:12:21]
%(master)[]cd ../chainer
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/chainer% [16:12:24]
%(master)[]git --no-pager show -s --format=%H
26820404324fcfa364a9a519774f151fee50e3a1
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/chainer% [16:12:28]
%(master)[]pip --no-cache-dir install -e .
Obtaining file:///home/delta/dev/chainer-test/chainer
Requirement already satisfied (use --upgrade to upgrade): filelock in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from chainer==2.0.0a1)
Requirement already satisfied (use --upgrade to upgrade): nose in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from chainer==2.0.0a1)
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.9.0 in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from chainer==2.0.0a1)
Requirement already satisfied (use --upgrade to upgrade): protobuf in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from chainer==2.0.0a1)
Requirement already satisfied (use --upgrade to upgrade): six>=1.9.0 in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from chainer==2.0.0a1)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /home/delta/.pyenv/versions/pyenv-3.5.1/lib/python3.5/site-packages (from protobuf->chainer==2.0.0a1)
Installing collected packages: chainer
Running setup.py develop for chainer
Successfully installed chainer
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
(pyenv-3.5.1) KANDEL /home/delta/dev/chainer-test/chainer% [16:12:37]
%(master)[]ipython
Python 3.5.1 (default, Apr 13 2016, 12:25:19)
Type "copyright", "credits" or "license" for more information.
IPython 4.1.2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import cupy
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-9136569de189> in <module>()
----> 1 import cupy
ImportError: bad magic number in 'cupy': b'\x03\xf3\r\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment