openai / gym

A toolkit for developing and comparing reinforcement learning algorithms.
https://www.gymlibrary.dev
Other
34.19k stars 8.58k forks source link

How can I solve the "Failed Building wheel for ...-py" problem? #223

Closed deror007 closed 7 years ago

deror007 commented 8 years ago

It says below it "Running setup.py clean for ...-py.

jietang commented 8 years ago

Hi @deror007, can you report the exact command + build logs?

LeZhengThu commented 8 years ago

The same problem. The system is 10.11.5, Xcode 7.3.1, python 2.7.11, gcc 4.9.3 pip install -e . is OK but pip install -e '.[all]' causes the problem:

7 warnings generated. /usr/bin/clang++ -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -g build/temp.macosx-10.6-intel-2.7/pachi_py/cypachi.o build/temp.macosx-10.6-intel-2.7/pachi_py/goutil.o -Lpachi_py/build/lib -lpachi -o build/lib.macosx-10.6-intel-2.7/pachi_py/cypachi.so ld: warning: ignoring file pachi_py/build/lib/libpachi.a, file was built for archive which is not the architecture being linked (i386): pachi_py/build/lib/libpachi.a ld: warning: object file (pachi_py/build/lib/libpachi.a(board.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(ownermap.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(move.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(montecarlo.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(uct.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(timeinfo.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(util.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(libpachi_globals.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(fbook.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(chat.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(base.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(playout.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(light.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(moggy.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(plugins.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1amaf.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(stone.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(tree.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(dynkomi.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(slave.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(search.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(walk.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(prior.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(1lib.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(gtp.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(2lib.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(nlib.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(selfatari.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(ladder.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(nakade.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(distributed.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern3.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(patternprob.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(patternsp.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(generic.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(protocol.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(merge.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: warning: object file (pachi_py/build/lib/libpachi.a(network.c.o)) was built for newer OSX version (10.11) than being linked (10.6) ld: targeted OS version does not support use of thread local variables in _fast_srandom for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command '/usr/bin/clang++' failed with exit status 1


Failed building wheel for pachi-py Running setup.py clean for pachi-py Failed to build pachi-py Installing collected packages: pachi-py, box2d-py, mujoco-py, imageio, gym Running setup.py install for pachi-py ... error

LeZhengThu commented 8 years ago

Problem solved. Run export MACOSX_DEPLOYMENT_TARGET=10.11 export SDKROOT=/path/to/Mac10.11SDK before pip install -e '.[all]'. found in #204

deror007 commented 7 years ago

Unknown:gym susanmammen$ pip install -e '.[all]'

Obtaining file:///Users/susanmammen/gym

Requirement already satisfied (use --upgrade to upgrade): numpy>=1.10.4 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): requests>=2.0 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): six in /Users/susanmammen/anaconda/lib/python3.5/site-packages/six-1.10.0-py3.5.egg (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): pyglet>=1.2.0 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): atari_py>=0.0.17 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): Pillow in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): PyOpenGL in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Collecting pachi-py>=0.0.19 (from gym==0.1.3)

Using cached pachi-py-0.0.21.tar.gz

Requirement already satisfied (use --upgrade to upgrade): box2d-py in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Collecting doom_py>=0.0.11 (from gym==0.1.3)

Using cached doom-py-0.0.15.tar.gz

Collecting mujoco_py>=0.4.3 (from gym==0.1.3)

Downloading mujoco-py-0.5.3.tar.gz

Collecting imageio (from gym==0.1.3)

Using cached imageio-1.5-cp26.cp27.cp33.cp34.cp35-none-macosx_10_5_x86_64.macosx_10_6_intel.whl

Collecting keras (from gym==0.1.3)

Downloading Keras-1.0.6.tar.gz (128kB)

100% |████████████████████████████████| 133kB 354kB/s

Requirement already satisfied (use --upgrade to upgrade): theano in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): pyyaml in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from keras->gym==0.1.3)

Requirement already satisfied (use --upgrade to upgrade): scipy>=0.11 in /Users/susanmammen/anaconda/lib/python3.5/site-packages (from theano->gym==0.1.3)

Building wheels for collected packages: pachi-py, doom-py, mujoco-py, keras

Running setup.py bdist_wheel for pachi-py ... error

Complete output from command /Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" bdist_wheel -d /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/tmp1g4ghpv8pip-wheel- --python-tag cp35:

running bdist_wheel

running build

running build_py

creating build

creating build/lib.macosx-10.5-x86_64-3.5

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/init.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

running egg_info

writing top-level names to pachi_py.egg-info/top_level.txt

writing dependency_links to pachi_py.egg-info/dependency_links.txt

writing pachi_py.egg-info/PKG-INFO

writing requirements to pachi_py.egg-info/requires.txt

warning: manifest_maker: standard file '-c' not found

reading manifest file 'pachi_py.egg-info/SOURCES.txt'

reading manifest template 'MANIFEST.in'

writing manifest file 'pachi_py.egg-info/SOURCES.txt'

copying pachi_py/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/cypachi.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/cypachi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/cypachi.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/exceptions.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/extra_unused.pyx -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/goutil.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/goutil.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

copying pachi_py/ptr.hpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/ANDROID.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/CMakeLists.txt -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/COPYING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/CREDITS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/HACKING -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/Makefile.lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/board.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/board.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/book.dat.bad -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/book.dat.extra -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/chat.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/chat.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/dcnn.cpp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/dcnn.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/debug.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/engine.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/fbook.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/fbook.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/fixp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/gogui.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/gtp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/gtp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/joseki19.pdict -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/libpachi_globals.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/move.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/move.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/mq.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/network.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/network.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/ownermap.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/ownermap.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/pachi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/pattern.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/pattern.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/pattern3.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/pattern3.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/patternprob.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/patternprob.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/patternsp.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/patternsp.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/playout.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/playout.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/probdist.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/probdist.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/stats.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/stone.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/stone.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/timeinfo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/timeinfo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

copying pachi_py/pachi/version.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/distributed.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/distributed.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/merge.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/merge.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/protocol.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

copying pachi_py/pachi/distributed/protocol.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/distributed

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/base.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/base.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/joseki.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/joseki.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

copying pachi_py/pachi/joseki/sgfvar2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/joseki

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media

copying pachi_py/pachi/media/pachi-small.png -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media

copying pachi_py/pachi/media/pachi.jpg -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/media

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo

copying pachi_py/pachi/montecarlo/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo

copying pachi_py/pachi/montecarlo/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo

copying pachi_py/pachi/montecarlo/montecarlo.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo

copying pachi_py/pachi/montecarlo/montecarlo.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/montecarlo

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay

copying pachi_py/pachi/patternplay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay

copying pachi_py/pachi/patternplay/patternplay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay

copying pachi_py/pachi/patternplay/patternplay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternplay

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan

copying pachi_py/pachi/patternscan/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan

copying pachi_py/pachi/patternscan/patternscan.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan

copying pachi_py/pachi/patternscan/patternscan.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/patternscan

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

copying pachi_py/pachi/playout/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

copying pachi_py/pachi/playout/light.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

copying pachi_py/pachi/playout/light.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

copying pachi_py/pachi/playout/moggy.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

copying pachi_py/pachi/playout/moggy.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/playout

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random

copying pachi_py/pachi/random/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random

copying pachi_py/pachi/random/random.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random

copying pachi_py/pachi/random/random.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/random

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay

copying pachi_py/pachi/replay/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay

copying pachi_py/pachi/replay/replay.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay

copying pachi_py/pachi/replay/replay.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/replay

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play

copying pachi_py/pachi/t-play/TESTS -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play

copying pachi_py/pachi/t-play/resum -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play

copying pachi_py/pachi/t-play/test_in_context.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-client -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-clients -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-gather -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-lib -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-prune -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-show -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-show-diagram -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/autotest-worker -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

copying pachi_py/pachi/t-play/autotest/rc -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-play/autotest

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress

copying pachi_py/pachi/t-regress/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress

copying pachi_py/pachi/t-regress/TODO -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress

copying pachi_py/pachi/t-regress/test-game.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

copying pachi_py/pachi/t-regress/by-falseeye/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-falseeye

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko

copying pachi_py/pachi/t-regress/by-ko/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ko

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

copying pachi_py/pachi/t-regress/by-ladder/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-ladder

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

copying pachi_py/pachi/t-regress/by-semeai/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

copying pachi_py/pachi/t-regress/by-semeai/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

copying pachi_py/pachi/t-regress/by-semeai/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

copying pachi_py/pachi/t-regress/by-semeai/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/by-semeai

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2010-12-05-pachi-CzechBot.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-01-11-llopl-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-01-15-pachi2-rollingon.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-05-Zen19-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-05-tazaki-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-06-tyzef-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-07-fidibus-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-09-botkiller2-pachi30s.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-09-jinen-pachi30s-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-10-pachi30s-samba-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-13-pachi30s-Jep.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-06-18-dorabon-pachi2-4.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-Novicer.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-07-28-pachi2-pkunzip-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-08-08-Dallas-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-08-09-pachi2-BlueSpark.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-08-09-somrak-pachi2-2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-08-12-xiaosugi-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-08-24-StoneGrid-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2011-09-04-pachi2-stv.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2012-01-17-pachi2-Soromon-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2012-03-15-pachi2-Leech.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2012-03-16-IMC-pachi2.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

copying pachi_py/pachi/t-regress/games/2012-03-21-pachi2-Hujisawa-3.sgf -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-regress/games

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

copying pachi_py/pachi/t-unit/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

copying pachi_py/pachi/t-unit/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

copying pachi_py/pachi/t-unit/sar.t -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

copying pachi_py/pachi/t-unit/test.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

copying pachi_py/pachi/t-unit/test.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/t-unit

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/1lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/1lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/2lib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/2lib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/ladder.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/ladder.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/nakade.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/nakade.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/nlib.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/nlib.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/selfatari.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/selfatari.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/util.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

copying pachi_py/pachi/tactics/util.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tactics

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/complete-tromptaylor.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/complete.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/genmove.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/genmove19.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/gentbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/kgslog2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern3_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_bayes_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_bayes_merge.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_byplayer.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_getdrops.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_spatial_gen.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/pattern_spatial_show.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/sgf-analyse.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/sgf-ratemove.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/sgf2gtp.pl -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/sgf2gtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/spirit.gtp -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

copying pachi_py/pachi/tools/twogtp.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/README -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/autobook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/autobook2fbook.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/eval.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/expand.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

copying pachi_py/pachi/tools/autobook/walk.sh -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/autobook

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib

copying pachi_py/pachi/tools/sgflib/.gitignore -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib

copying pachi_py/pachi/tools/sgflib/init.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib

copying pachi_py/pachi/tools/sgflib/sgflib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib

copying pachi_py/pachi/tools/sgflib/typelib.py -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/tools/sgflib

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/dynkomi.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/dynkomi.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/internal.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/plugin.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/plugins.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/plugins.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/prior.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/prior.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/search.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/search.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/slave.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/slave.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/tree.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/tree.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/uct.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/uct.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/walk.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

copying pachi_py/pachi/uct/walk.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin

copying pachi_py/pachi/uct/plugin/example.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin

copying pachi_py/pachi/uct/plugin/wolf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/plugin

creating build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

copying pachi_py/pachi/uct/policy/Makefile -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

copying pachi_py/pachi/uct/policy/generic.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

copying pachi_py/pachi/uct/policy/generic.h -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

copying pachi_py/pachi/uct/policy/ucb1.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

copying pachi_py/pachi/uct/policy/ucb1amaf.c -> build/lib.macosx-10.5-x86_64-3.5/pachi_py/pachi/uct/policy

running build_ext

-- The C compiler identification is AppleClang 7.0.2.7000181

-- The CXX compiler identification is AppleClang 7.0.2.7000181

-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc

-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Detecting C compile features

-- Detecting C compile features - done

-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++

-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Detecting CXX compile features

-- Detecting CXX compile features - done

-- Setting build type to 'Release' as none was specified.

-- Configuring done

-- Generating done

-- Build files have been written to: /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/build

Scanning dependencies of target pachi

[ 8%] Building C object CMakeFiles/pachi.dir/distributed/merge.c.o

[ 8%] Building C object CMakeFiles/pachi.dir/board.c.o

[ 8%] Building C object CMakeFiles/pachi.dir/distributed/distributed.c.o

[ 8%] Building C object CMakeFiles/pachi.dir/chat.c.o

/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/pachi/board.c:392:1: warning: control may reach end of non-void function [-Wreturn-type]

}

^

[ 10%] Building C object CMakeFiles/pachi.dir/distributed/protocol.c.o

1 warning generated.

[ 16%] Building C object CMakeFiles/pachi.dir/fbook.c.o

[ 16%] Building C object CMakeFiles/pachi.dir/gtp.c.o

[ 16%] Building C object CMakeFiles/pachi.dir/joseki/base.c.o

[ 18%] Building C object CMakeFiles/pachi.dir/joseki/joseki.c.o

[ 20%] Building C object CMakeFiles/pachi.dir/libpachi_globals.c.o

[ 22%] Building C object CMakeFiles/pachi.dir/montecarlo/montecarlo.c.o

[ 24%] Building C object CMakeFiles/pachi.dir/move.c.o

[ 26%] Building C object CMakeFiles/pachi.dir/network.c.o

[ 30%] Building C object CMakeFiles/pachi.dir/pattern3.c.o

[ 30%] Building C object CMakeFiles/pachi.dir/ownermap.c.o

[ 32%] Building C object CMakeFiles/pachi.dir/pattern.c.o

/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/pachi-py/pachi_py/pachi/pattern.c:453:8: warning: implicit truncation from 'int' to bitfield changes value from -1 to 255 [-Wbitfield-constant-conversion]

      f->id = -1;

            ^ ~~

[ 34%] Building C object CMakeFiles/pachi.dir/patternplay/patternplay.c.o

[ 36%] Building C object CMakeFiles/pachi.dir/patternprob.c.o

[ 38%] Building C object CMakeFiles/pachi.dir/patternscan/patternscan.c.o

[ 40%] Building C object CMakeFiles/pachi.dir/patternsp.c.o

[ 42%] Building C object CMakeFiles/pachi.dir/playout.c.o

[ 44%] Building C object CMakeFiles/pachi.dir/playout/light.c.o

[ 46%] Building C object CMakeFiles/pachi.dir/playout/moggy.c.o

[ 48%] Building C object CMakeFiles/pachi.dir/probdist.c.o

[ 51%] Building C object CMakeFiles/pachi.dir/random.c.o

[ 53%] Building C object CMakeFiles/pachi.dir/random/random.c.o

[ 55%] Building C object CMakeFiles/pachi.dir/replay/replay.c.o

1 warning generated.

[ 57%] Building C object CMakeFiles/pachi.dir/stone.c.o

[ 59%] Building C object CMakeFiles/pachi.dir/tactics/1lib.c.o

[ 61%] Building C object CMakeFiles/pachi.dir/tactics/2lib.c.o

[ 63%] Building C object CMakeFiles/pachi.dir/tactics/ladder.c.o

[ 65%] Building C object CMakeFiles/pachi.dir/tactics/nakade.c.o

[ 67%] Building C object CMakeFiles/pachi.dir/tactics/nlib.c.o

[ 69%] Building C object CMakeFiles/pachi.dir/tactics/selfatari.c.o

[ 71%] Building C object CMakeFiles/pachi.dir/tactics/util.c.o

[ 73%] Building C object CMakeFiles/pachi.dir/timeinfo.c.o

[ 75%] Building C object CMakeFiles/pachi.dir/t-unit/test.c.o

[ 77%] Building C object CMakeFiles/pachi.dir/uct/dynkomi.c.o

[ 79%] Building C object CMakeFiles/pachi.dir/uct/plugins.c.o

[ 81%] Building C object CMakeFiles/pachi.dir/uct/policy/generic.c.o

[ 83%] Building C object CMakeFiles/pachi.dir/uct/policy/ucb1amaf.c.o

[ 85%] Building C object CMakeFiles/pachi.dir/uct/policy/ucb1.c.o

[ 87%] Building C object CMakeFiles/pachi.dir/uct/prior.c.o

[ 89%] Building C object CMakeFiles/pachi.dir/uct/search.c.o

[ 91%] Building C object CMakeFiles/pachi.dir/uct/slave.c.o

[ 95%] Building C object CMakeFiles/pachi.dir/uct/tree.c.o

[ 95%] Building C object CMakeFiles/pachi.dir/uct/uct.c.o

[ 97%] Building C object CMakeFiles/pachi.dir/uct/walk.c.o

[100%] Linking C static library lib/libpachi.a

[100%] Built target pachi

building 'pachi_py.cypachi' extension

creating build/temp.macosx-10.5-x86_64-3.5

creating build/temp.macosx-10.5-x86_64-3.5/pachi_py

gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/cypachi.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o -std=c++11

In file included from pachi_py/cypachi.cpp:275:

In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:

In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:

In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:

/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]

warning "Using deprecated NumPy API, disable it by " \

^

In file included from pachi_py/cypachi.cpp:283:

pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags]

      template <class U> friend class ptr;

                                ^

pachi_py/ptr.hpp:407:8: note: previous use is here

struct ptr {

     ^

pachi_py/ptr.hpp:410:28: note: did you mean struct here?

      template <class U> friend class ptr;

                                ^~~~~

                                struct

pachi_py/cypachi.cpp:486:11: warning: 'unlikely' macro redefined [-Wmacro-redefined]

#define unlikely(x) __builtin_expect(!!(x), 0)

        ^

pachi_py/pachi/util.h:57:9: note: previous definition is here

define unlikely(x) __builtin_expect((x), 0)

      ^

pachi_py/cypachi.cpp:1692:33: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]

for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) {

                    ~~~~~~~~~ ^ ~~~~~~~~~

pachi_py/cypachi.cpp:1703:35: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]

  for (__pyx_t_7 = 0; __pyx_t_7 < __pyx_t_6; __pyx_t_7+=1) {

                      ~~~~~~~~~ ^ ~~~~~~~~~

In file included from pachi_py/cypachi.cpp:275:

In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:

In file included from /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:

/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include/numpy/__multiarray_api.h:1634:1: warning: unused function '_import_array' [-Wunused-function]

_import_array(void)

^

pachi_py/cypachi.cpp:12437:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]

static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {

                             ^

pachi_py/cypachi.cpp:12552:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]

static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {

                              ^

pachi_py/cypachi.cpp:12614:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]

static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {

                              ^

pachi_py/cypachi.cpp:10113:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]

static CYTHON_INLINE PyObject __Pyx_GetItemInt_List_Fast(PyObject o, Py_ssize_t i,

                             ^

pachi_py/cypachi.cpp:10128:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]

static CYTHON_INLINE PyObject __Pyx_GetItemInt_Tuple_Fast(PyObject o, Py_ssize_t i,

                             ^

pachi_py/cypachi.cpp:10744:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]

  static CYTHON_INLINE __pyx_t_float_complex

__pyx_t_float_complex_from_parts(float x, float y) {

                                             ^

pachi_py/cypachi.cpp:10866:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]

  static CYTHON_INLINE __pyx_t_double_complex

__pyx_t_double_complex_from_parts(double x, double y) {

                                              ^

pachi_py/cypachi.cpp:11753:43: warning: function '__Pyx_PyInt_As_unsigned_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]

      static CYTHON_INLINE unsigned int

__Pyx_PyInt_As_unsigned_int(PyObject *x) {

                                        ^

pachi_py/cypachi.cpp:11938:37: warning: function '__Pyx_PyInt_As_size_t' is not needed and will not be emitted [-Wunneeded-internal-declaration]

      static CYTHON_INLINE size_t __Pyx_PyInt_As_size_t(PyObject *x) {

                                  ^

pachi_py/cypachi.cpp:12123:35: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]

      static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {

                                ^

pachi_py/cypachi.cpp:7759:32: warning: unused function 'pyx_convert_PyObject_string_to_py_stdin_string' [-Wunused-function]

static CYTHON_INLINE PyObject *pyx_convert_PyObject_string_to_py_stdin_string(std::string const &__pyx_v_s) {

                             ^

pachi_py/cypachi.cpp:7806:32: warning: unused function 'pyx_convert_PyUnicode_string_to_py_stdin_string' [-Wunused-function]

static CYTHON_INLINE PyObject *pyx_convert_PyUnicode_string_to_py_stdin_string(std::string const &__pyx_v_s) {

                             ^

pachi_py/cypachi.cpp:7853:32: warning: unused function 'pyx_convert_PyStr_string_to_py_stdin_string' [-Wunused-function]

static CYTHON_INLINE PyObject *pyx_convert_PyStr_string_to_py_stdin_string(std::string const &__pyx_v_s) {

                             ^

pachi_py/cypachi.cpp:7947:32: warning: unused function 'pyx_convert_PyByteArray_string_to_py_stdin_string' [-Wunused-function]

static CYTHON_INLINE PyObject *pyx_convert_PyByteArray_string_to_py_stdin_string(std::string const &__pyx_v_s) {

                             ^

pachi_py/cypachi.cpp:6549:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_PyArray_MultiIterNew1(PyObject __pyx_v_a) {

                             ^

pachi_py/cypachi.cpp:6596:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_PyArray_MultiIterNew2(PyObject pyx_v_a, PyObject *pyx_v_b) {

                             ^

pachi_py/cypachi.cpp:6643:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_PyArray_MultiIterNew3(PyObject pyx_v_a, PyObject *pyx_v_b, PyObject *__pyx_v_c) {

                             ^

pachi_py/cypachi.cpp:6690:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_PyArray_MultiIterNew4(PyObject pyx_v_a, PyObject *pyx_v_b, PyObject __pyx_v_c, PyObject __pyx_v_d) {

                             ^

pachi_py/cypachi.cpp:6737:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_PyArray_MultiIterNew5(PyObject pyx_v_a, PyObject *pyx_v_b, PyObject __pyx_v_c, PyObject pyx_v_d, PyObject *pyx_v_e) {

                             ^

pachi_py/cypachi.cpp:7539:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]

static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject __pyx_v_arr, PyObject __pyx_v_base) {

                        ^

pachi_py/cypachi.cpp:7635:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]

static CYTHON_INLINE PyObject __pyx_f_5numpy_get_array_base(PyArrayObject __pyx_v_arr) {

                             ^

In file included from pachi_py/cypachi.cpp:283:

pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion_LINE' [-Wunused-local-typedef]

ptr_hpp_static_assert(is_complete::value);

                              ^

pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert'

              ptr_hpp_static_assertion_##__LINE__;

              ^
:115:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/cypachi.cpp:283: pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ptr_hpp_static_assert(is_complete::value); ``` ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :116:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/cypachi.cpp:283: pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert (!is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :117:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/cypachi.cpp:283: pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert(is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :118:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/cypachi.cpp:283: pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert(!is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :119:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ 32 warnings generated. gcc -fno-strict-aliasing -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/susanmammen/anaconda/include -arch x86_64 -Ipachi_py/pachi -I/Users/susanmammen/anaconda/include/python3.5m -I/Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -c pachi_py/goutil.cpp -o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -std=c++11 In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:410:28: warning: class template 'ptr' was previously declared as a struct template [-Wmismatched-tags] ``` template friend class ptr; ^ ``` pachi_py/ptr.hpp:407:8: note: previous use is here struct ptr { ``` ^ ``` pachi_py/ptr.hpp:410:28: note: did you mean struct here? ``` template friend class ptr; ^~~~~ struct ``` pachi_py/goutil.cpp:101:20: warning: unused function 'moves_equal' [-Wunused-function] static inline bool moves_equal(const move& m1, const move& m2) { ``` ^ ``` In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:98:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ptr_hpp_static_assert(is_complete::value); ``` ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :5:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:111:5: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ptr_hpp_static_assert(is_complete::value); ``` ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :6:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:547:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert (!is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :7:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:574:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert(is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :8:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ In file included from pachi_py/goutil.cpp:1: In file included from pachi_py/goutil.hpp:3: pachi_py/ptr.hpp:747:3: warning: unused typedef 'ptr_hpp_static_assertion___LINE__' [-Wunused-local-typedef] ``` ptr_hpp_static_assert(!is_array); ^ ``` pachi_py/ptr.hpp:70:3: note: expanded from macro 'ptr_hpp_static_assert' ``` ptr_hpp_static_assertion_##__LINE__; ^ ``` :9:1: note: expanded from here ptr_hpp_static_assertion___LINE__ ^ 7 warnings generated. g++ -bundle -undefined dynamic_lookup -L/Users/susanmammen/anaconda/lib -arch x86_64 build/temp.macosx-10.5-x86_64-3.5/pachi_py/cypachi.o build/temp.macosx-10.5-x86_64-3.5/pachi_py/goutil.o -Lpachi_py/build/lib -L/Users/susanmammen/anaconda/lib -lpachi -o build/lib.macosx-10.5-x86_64-3.5/pachi_py/cypachi.cpython-35m-darwin.so ld: warning: object file (pachi_py/build/lib/libpachi.a(board.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(ownermap.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(move.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(montecarlo.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(uct.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(random.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(timeinfo.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(util.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(libpachi_globals.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(fbook.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(chat.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(base.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(playout.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(light.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(moggy.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(plugins.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(ucb1amaf.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(stone.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(tree.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(dynkomi.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(slave.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(search.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(walk.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(prior.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(1lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(gtp.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(2lib.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(nlib.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(selfatari.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(ladder.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(nakade.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(distributed.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(pattern3.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(patternprob.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(patternsp.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(generic.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(protocol.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(merge.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: warning: object file (pachi_py/build/lib/libpachi.a(network.c.o)) was built for newer OSX version (10.10) than being linked (10.5) ld: targeted OS version does not support use of thread local variables in _fast_srandom for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) error: command 'g++' failed with exit status 1 --- Failed building wheel for pachi-py Running setup.py clean for pachi-py Running setup.py bdist_wheel for doom-py ... error Complete output from command /Users/susanmammen/anaconda/bin/python -u -c "import setuptools, tokenize;**file**='/private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" bdist_wheel -d /var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/tmp6kerhhjopip-wheel- --python-tag cp35: running bdist_wheel running build -- The C compiler identification is AppleClang 7.0.2.7000181 -- The CXX compiler identification is AppleClang 7.0.2.7000181 -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - found -- Found Threads: TRUE -- Boost version: 1.60.0 -- Found the following Boost libraries: -- filesystem -- thread -- system -- date_time -- chrono -- regex -- iostreams -- atomic -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Found JPEG: /Users/susanmammen/anaconda/lib/libjpeg.dylib -- Found ZLIB: /Users/susanmammen/anaconda/lib/libz.dylib (found version "1.2.8") -- Could NOT find GME (missing: GME_LIBRARIES GME_INCLUDE_DIR) -- Using system zlib -- Using system jpeg library -- Using system bzip2 library -- Using internal gme library -- Performing Test HAVE_NO_ARRAY_BOUNDS -- Performing Test HAVE_NO_ARRAY_BOUNDS - Success -- Looking for strdup -- Looking for strdup - found -- Looking for strndup -- Looking for strndup - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of char -- Check size of char - done -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long -- Check size of long - done -- /Users/susanmammen/anaconda/include -- /usr/include -- /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py/src/vizdoom/lzma/C -- Looking for itoa -- Looking for itoa - not found -- Performing Test DUMB_CAN_USE_SSE -- Performing Test DUMB_CAN_USE_SSE - Success -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.dylib;-framework Cocoa -- Found OpenAL: /System/Library/Frameworks/OpenAL.framework -- Could not find FMOD include files -- Could NOT find SndFile (missing: SNDFILE_LIBRARY SNDFILE_INCLUDE_DIR) -- Could NOT find MPG123 (missing: MPG123_LIBRARIES MPG123_INCLUDE_DIR) -- Could NOT find FluidSynth (missing: FLUIDSYNTH_LIBRARIES FLUIDSYNTH_INCLUDE_DIR) -- Looking for filelength -- Looking for filelength - not found -- Looking for strupr -- Looking for strupr - not found -- Looking for stricmp -- Looking for stricmp - not found -- Looking for strnicmp -- Looking for strnicmp - not found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for clock_gettime -- Looking for clock_gettime - not found -- Could not find clock_gettime. Timing statistics will not be available. -- Performing Test HAS_VA_COPY -- Performing Test HAS_VA_COPY - Success -- Boost version: 1.60.0 -- Found the following Boost libraries: -- thread -- system -- date_time -- chrono -- atomic -- Fluid synth libs: FLUIDSYNTH_LIBRARIES-NOTFOUND -- Found PythonInterp: /Users/susanmammen/anaconda/bin/python (found suitable version "3.5.1", minimum required is "2.7") -- Found PythonLibs: /Users/susanmammen/anaconda/lib/libpython3.5m.dylib (found suitable version "3.5.1", minimum required is "3.5") -- Using python library: /Users/susanmammen/anaconda/lib/libpython3.5m.dylib -- Using python include: /Users/susanmammen/anaconda/include/python3.5m -- Could NOT find Boost -- Could NOT find Boost -- Boost library python-py35: -- Could NOT find Boost -- Boost library python35: -- Could NOT find Boost -- Boost library python-py3: -- Could NOT find Boost -- Boost library python3: -- Boost version: 1.60.0 -- Found the following Boost libraries: -- python -- Found NUMPY: /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -- Found components for NumPy -- NUMPY_ROOT_DIR = /usr/local -- NUMPY_INCLUDES = /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/include -- NUMPY_LIBRARIES = /Users/susanmammen/anaconda/lib/python3.5/site-packages/numpy/core/lib/libnpymath.a -- NUMPY_API_VERSION = 1.10.4 -- Configuring done CMake Warning (dev): ``` Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run ``` "cmake ``` --help-policy CMP0042" for policy details. Use the cmake_policy ``` command to ``` set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: libvizdoom_shared ``` This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /private/var/folders/bc/7kqj7svj6wn2cflwc0bp0s0h0000gn/T/pip-build-2d4atezt/doom-py/doom_py Scanning dependencies of target freedoom2 --2016-07-19 21:01:48-- https://github.com/freedoom/freedoom/releases/download/v0.10.1/freedoom-0.10.1.zip Resolving github.com... 192.30.253.113 Connecting to github.com|192.30.253.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-cloud.s3.amazonaws.com/releases/4576719/187ce05a-a927-11e5-957d-50baa9a2652a.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160719%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160719T200148Z&X-Amz-Expires=300&X-Amz-Signature=fb7d8ed8469ebb73b5d995c4ebdc21c45274122466d7e6c70968ec6320566f2f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream [following] --2016-07-19 21:01:48-- https://github-cloud.s3.amazonaws.com/releases/4576719/187ce05a-a927-11e5-957d-50baa9a2652a.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160719%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160719T200148Z&X-Amz-Expires=300&X-Amz-Signature=fb7d8ed8469ebb73b5d995c4ebdc21c45274122466d7e6c70968ec6320566f2f&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dfreedoom-0.10.1.zip&response-content-type=application%2Foctet-stream Resolving github-cloud.s3.amazonaws.com... 54.231.10.129 Connecting to github-cloud.s3.amazonaws.com|54.231.10.129|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18496121 (18M) [application/octet-stream] Saving to: ‘./bin/freedoom-0.10.1.zip’ ``` 0K .......... .......... .......... .......... .......... 0% 60.8K ``` 4m56s ``` 50K .......... .......... ....... ```
hurjinhyuk1 commented 5 years ago

i want to install kmeans in cmd.. but i have some issue below what is wrong?

Collecting Kmeans Using cached https://files.pythonhosted.org/packages/d1/7e/87d12a99d7ccfd2c85b19899012177e1718c2d6c0148fad421523160e84b/kmeans-1.0.2.tar.gz Building wheels for collected packages: Kmeans Building wheel for Kmeans (setup.py) ... error Complete output from command c:\users\user\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\USER\AppData\Local\Temp\pip-install-047c7s6u\Kmeans\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d C:\Users\USER\AppData\Local\Temp\pip-wheel-d1jcxqa3 --python-tag cp36: running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\kmeans copying kmeans\performance.py -> build\lib.win-amd64-3.6\kmeans copying kmeans\tests.py -> build\lib.win-amd64-3.6\kmeans copying kmeans__init__.py -> build\lib.win-amd64-3.6\kmeans running egg_info writing kmeans.egg-info\PKG-INFO writing dependency_links to kmeans.egg-info\dependency_links.txt writing top-level names to kmeans.egg-info\top_level.txt reading manifest file 'kmeans.egg-info\SOURCES.txt' writing manifest file 'kmeans.egg-info\SOURCES.txt' copying kmeans\lib.c -> build\lib.win-amd64-3.6\kmeans running build_ext building 'kmeans/lib' extension creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\Release creating build\temp.win-amd64-3.6\Release\kmeans C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\users\user\appdata\local\programs\python\python36\include -Ic:\users\user\appdata\local\programs\python\python36\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tckmeans/lib.c /Fobuild\temp.win-amd64-3.6\Release\kmeans/lib.obj -Wno-error=declaration-after-statement -O3 -std=c99 cl : 명령줄 error D8021 : '/Wno-error=declaration-after-statement' 숫자 인수가 잘못되었습니다. error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2


Failed building wheel for Kmeans Running setup.py clean for Kmeans Failed to build Kmeans Installing collected packages: Kmeans Running setup.py install for Kmeans ... error Complete output from command c:\users\user\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\USER\AppData\Local\Temp\pip-install-047c7s6u\Kmeans\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\USER\AppData\Local\Temp\pip-record-18ws1513\install-record.txt --single-version-externally-managed --compile: running install running build running build_py creating build creating build\lib.win-amd64-3.6 creating build\lib.win-amd64-3.6\kmeans copying kmeans\performance.py -> build\lib.win-amd64-3.6\kmeans copying kmeans\tests.py -> build\lib.win-amd64-3.6\kmeans copying kmeans__init__.py -> build\lib.win-amd64-3.6\kmeans running egg_info writing kmeans.egg-info\PKG-INFO writing dependency_links to kmeans.egg-info\dependency_links.txt writing top-level names to kmeans.egg-info\top_level.txt reading manifest file 'kmeans.egg-info\SOURCES.txt' writing manifest file 'kmeans.egg-info\SOURCES.txt' copying kmeans\lib.c -> build\lib.win-amd64-3.6\kmeans running build_ext building 'kmeans/lib' extension creating build\temp.win-amd64-3.6 creating build\temp.win-amd64-3.6\Release creating build\temp.win-amd64-3.6\Release\kmeans C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ic:\users\user\appdata\local\programs\python\python36\include -Ic:\users\user\appdata\local\programs\python\python36\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tckmeans/lib.c /Fobuild\temp.win-amd64-3.6\Release\kmeans/lib.obj -Wno-error=declaration-after-statement -O3 -std=c99 cl : 명령줄 error D8021 : '/Wno-error=declaration-after-statement' 숫자 인수가 잘못되었습니다. error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2

----------------------------------------

Command "c:\users\user\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;file='C:\Users\USER\AppData\Local\Temp\pip-install-047c7s6u\Kmeans\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\USER\AppData\Local\Temp\pip-record-18ws1513\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\USER\AppData\Local\Temp\pip-install-047c7s6u\Kmeans\