This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```bash | |
(base) ➜ parallel_image_crop git:(master) cargo build --release | |
Updating registry `https://github.com/rust-lang/crates.io-index` | |
Downloading libc v0.2.43 | |
Compiling version_check v0.1.4 | |
Compiling nodrop v0.1.12 | |
Compiling cfg-if v0.1.4 | |
Compiling memoffset v0.2.1 | |
Compiling scopeguard v0.3.3 | |
Compiling num-traits v0.2.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python setup.py install | |
torch.__version__ = 0.5.0a0+0df84d7 | |
Found CUDA_HOME = /opt/cuda | |
Found NVCC = /opt/cuda/bin/nvcc | |
Found CUDA_LIB = 9.1.85 | |
Found CUDA_MAJOR = 9 | |
running install | |
running bdist_egg | |
running egg_info | |
creating apex.egg-info |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/sh: svnversion: command not found | |
/bin/sh: svnversion: command not found | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ | |
int exp (void); | |
^~~ | |
_configtest.o: In function `main': | |
/tmp/easy_install-pviwwl5b/numpy-1.12.1rc1/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ | |
int exp (void); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 setup.py install --root=/ | |
/bin/sh: svnversion: command not found | |
/bin/sh: svnversion: command not found | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ | |
int exp (void); | |
^~~ | |
_configtest.o: In function `main': | |
/tmp/easy_install-u8gdhnd1/numpy-1.12.1rc1/_configtest.c:6: undefined reference to `exp' | |
collect2: error: ld returned 1 exit status | |
_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preparing... | |
Resolving dependencies... | |
Checking inter-conflicts... | |
Downloading... | |
Downloading python-wrapt-1.10.8-2-x86_64.pkg.tar.xz... | |
Downloading python2-pyparsing-2.1.10-2-any.pkg.tar.xz... | |
Downloading python2-six-1.10.0-3-any.pkg.tar.xz... | |
Downloading python2-packaging-16.8-2-any.pkg.tar.xz... | |
Downloading python2-appdirs-1.4.2-1-any.pkg.tar.xz... | |
Downloading python2-setuptools-1:34.3.1-1-any.pkg.tar.xz... |
NewerOlder