Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build vowpalwabbit #139

Closed
PerhunAndrey opened this issue Dec 5, 2017 · 2 comments
Closed

Failed to build vowpalwabbit #139

PerhunAndrey opened this issue Dec 5, 2017 · 2 comments

Comments

@PerhunAndrey
Copy link

Collecting vowpalwabbit

Downloading vowpalwabbit-8.4.0.tar.gz (10.2MB)

Building wheels for collected packages: vowpalwabbit

Running setup.py bdist_wheel for vowpalwabbit: started

Running setup.py bdist_wheel for vowpalwabbit: still running...

Running setup.py bdist_wheel for vowpalwabbit: finished with status 'error'

Complete output from command /opt/conda/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-vs7jgzog/vowpalwabbit/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 /tmp/tmp7jaam29ppip-wheel- --python-tag cp36:

Failed building wheel for vowpalwabbit

running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/pyvw.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/init.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/sklearn_vw.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
running egg_info
writing vowpalwabbit.egg-info/PKG-INFO
writing dependency_links to vowpalwabbit.egg-info/dependency_links.txt
writing top-level names to vowpalwabbit.egg-info/top_level.txt
warning: manifest_maker: standard file '-c' not found

reading manifest file 'vowpalwabbit.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.dll' under directory 'bin'
warning: no previously-included files matching '
.o' found anywhere in distribution
warning: no previously-included files matching '.exe' found anywhere in distribution
warning: no previously-included files matching '
.pyc' found anywhere in distribution
writing manifest file 'vowpalwabbit.egg-info/SOURCES.txt'
running build_ext
cd vowpalwabbit; make -j 8 things
make[1]: Entering directory '/tmp/pip-build-vs7jgzog/vowpalwabbit/src/vowpalwabbit'
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c main.cc -o main.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c hash.cc -o hash.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c global_data.cc -o global_data.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c io_buf.cc -o io_buf.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parse_regressor.cc -o parse_regressor.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parse_primitives.cc -o parse_primitives.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c unique_sort.cc -o unique_sort.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cache.cc -o cache.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c rand48.cc -o rand48.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c simple_label.cc -o simple_label.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c multiclass.cc -o multiclass.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c oaa.cc -o oaa.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c multilabel_oaa.cc -o multilabel_oaa.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c boosting.cc -o boosting.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c ect.cc -o ect.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c marginal.cc -o marginal.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c autolink.cc -o autolink.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c binary.cc -o binary.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c lrq.cc -o lrq.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cost_sensitive.cc -o cost_sensitive.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c multilabel.cc -o multilabel.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c label_dictionary.cc -o label_dictionary.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c csoaa.cc -o csoaa.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cb.cc -o cb.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cb_adf.cc -o cb_adf.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cb_algs.cc -o cb_algs.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search.cc -o search.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_meta.cc -o search_meta.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_sequencetask.cc -o search_sequencetask.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_dep_parser.cc -o search_dep_parser.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_hooktask.cc -o search_hooktask.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_multiclasstask.cc -o search_multiclasstask.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_entityrelationtask.cc -o search_entityrelationtask.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c search_graph.cc -o search_graph.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parse_example.cc -o parse_example.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c scorer.cc -o scorer.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c network.cc -o network.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parse_args.cc -o parse_args.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c accumulate.cc -o accumulate.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c gd.cc -o gd.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c learner.cc -o learner.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c mwt.cc -o mwt.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c lda_core.cc -o lda_core.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c gd_mf.cc -o gd_mf.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c mf.cc -o mf.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c bfgs.cc -o bfgs.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c noop.cc -o noop.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c print.cc -o print.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c example.cc -o example.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parser.cc -o parser.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c loss_functions.cc -o loss_functions.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c sender.cc -o sender.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c nn.cc -o nn.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c confidence.cc -o confidence.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c bs.cc -o bs.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cbify.cc -o cbify.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c explore_eval.cc -o explore_eval.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c topk.cc -o topk.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c stagewise_poly.cc -o stagewise_poly.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c log_multi.cc -o log_multi.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c recall_tree.cc -o recall_tree.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c active.cc -o active.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c active_cover.cc -o active_cover.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c kernel_svm.cc -o kernel_svm.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c best_constant.cc -o best_constant.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c ftrl.cc -o ftrl.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c svrg.cc -o svrg.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c lrqfa.cc -o lrqfa.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c interact.cc -o interact.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c comp_io.cc -o comp_io.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c interactions.cc -o interactions.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c vw_exception.cc -o vw_exception.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c vw_validate.cc -o vw_validate.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c audit_regressor.cc -o audit_regressor.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c gen_cs_example.cc -o gen_cs_example.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cb_explore.cc -o cb_explore.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c action_score.cc -o action_score.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c cb_explore_adf.cc -o cb_explore_adf.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c OjaNewton.cc -o OjaNewton.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c parse_example_json.cc -o parse_example_json.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c baseline.cc -o baseline.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c classweight.cc -o classweight.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c allreduce_sockets.cc -o allreduce_sockets.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -c allreduce_threads.cc -o allreduce_threads.o
ar rcs liballreduce.a allreduce_sockets.o allreduce_threads.o vw_exception.o
ar rcs libvw.a hash.o global_data.o io_buf.o parse_regressor.o parse_primitives.o unique_sort.o cache.o rand48.o simple_label.o multiclass.o oaa.o multilabel_oaa.o boosting.o ect.o marginal.o autolink.o binary.o lrq.o cost_sensitive.o multilabel.o label_dictionary.o csoaa.o cb.o cb_adf.o cb_algs.o search.o search_meta.o search_sequencetask.o search_dep_parser.o search_hooktask.o search_multiclasstask.o search_entityrelationtask.o search_graph.o parse_example.o scorer.o network.o parse_args.o accumulate.o gd.o learner.o mwt.o lda_core.o gd_mf.o mf.o bfgs.o noop.o print.o example.o parser.o loss_functions.o sender.o nn.o confidence.o bs.o cbify.o explore_eval.o topk.o stagewise_poly.o log_multi.o recall_tree.o active.o active_cover.o kernel_svm.o best_constant.o ftrl.o svrg.o lrqfa.o interact.o comp_io.o interactions.o vw_exception.o vw_validate.o audit_regressor.o gen_cs_example.o cb_explore.o action_score.o cb_explore_adf.o OjaNewton.o parse_example_json.o baseline.o classweight.o
/usr/bin/g++ -std=c++0x -D__extern_always_inline=inline -Wall -pedantic -DNDEBUG -O3 -fomit-frame-pointer -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -I /usr/include -I ../rapidjson/include -fPIC -I ../rapidjson/include -o vw main.o -L. -l vw -l allreduce -L /usr/local/lib -L /usr/lib -L /usr/lib/x86_64-linux-gnu -l boost_program_options -l pthread -l z
make[1]: Leaving directory '/tmp/pip-build-vs7jgzog/vowpalwabbit/src/vowpalwabbit'
cd python; make things
make[1]: Entering directory '/tmp/pip-build-vs7jgzog/vowpalwabbit/src/python'
Using Python 3.6
/usr/bin/g++ -std=c++0x -I/opt/conda/include/python3.6m -I/opt/conda/include/python3.6m -I /usr/include -I ../rapidjson/include -fPIC -c pylibvw.cc -o pylibvw.o
/usr/bin/g++ -shared -Wl,--export-dynamic pylibvw.o -L /usr/local/lib -L /usr/lib -L /usr/lib/x86_64-linux-gnu -L/opt/conda/lib/python3.6/config-3.6m-x86_64-linux-gnu -L/opt/conda/lib -lpython3.6m -lpthread -ldl -lutil -lrt -lm -Xlinker -export-dynamic ../vowpalwabbit/libvw.a ../vowpalwabbit/liballreduce.a -L /usr/local/lib -L /usr/lib -L /usr/lib/x86_64-linux-gnu -l boost_program_options -l pthread -l z -l boost_python-py34 -o pylibvw.so
lto1: fatal error: bytecode stream generated with LTO version 6.0 instead of the expected 3.0
compilation terminated.
lto-wrapper: /usr/bin/g++ returned 1 exit status
/usr/bin/ld: lto-wrapper failed
collect2: error: ld returned 1 exit status
Makefile:55: recipe for target 'pylibvw.so' failed
make[1]: *** [pylibvw.so] Error 1
make[1]: Leaving directory '/tmp/pip-build-vs7jgzog/vowpalwabbit/src/python'
Makefile:118: recipe for target 'python' failed
make: *** [python] Error 2
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py", line 211, in
tests_require=['tox']
File "/opt/conda/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
File "/opt/conda/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 179, in run
self.run_command('build')
File "/opt/conda/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/opt/conda/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/opt/conda/lib/python3.6/site-packages/setuptools-27.2.0-py3.6.egg/setuptools/command/build_ext.py", line 77, in run
File "/opt/conda/lib/python3.6/site-packages/Cython/Distutils/old_build_ext.py", line 185, in run
_build_ext.build_ext.run(self)
File "/opt/conda/lib/python3.6/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/opt/conda/lib/python3.6/site-packages/Cython/Distutils/old_build_ext.py", line 193, in build_extensions
self.build_extension(ext)
File "/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py", line 122, in build_extension
subprocess.check_call(['make', 'python'], cwd=path.join(here, 'src'), env=env)
File "/opt/conda/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'python']' returned non-zero exit status 2.


Running setup.py clean for vowpalwabbit

Failed to build vowpalwabbit

Installing collected packages: vowpalwabbit

Running setup.py install for vowpalwabbit: started

Running setup.py install for vowpalwabbit: finished with status 'error'
Complete output from command /opt/conda/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-aaw1oa16-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/pyvw.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/__init__.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
copying vowpalwabbit/sklearn_vw.py -> build/lib.linux-x86_64-3.6/vowpalwabbit
running egg_info
creating vowpalwabbit.egg-info
writing vowpalwabbit.egg-info/PKG-INFO
writing dependency_links to vowpalwabbit.egg-info/dependency_links.txt
writing top-level names to vowpalwabbit.egg-info/top_level.txt
writing manifest file 'vowpalwabbit.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found

reading manifest file 'vowpalwabbit.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*' under directory 'src'
warning: no files found matching '*.dll' under directory 'bin'
warning: no previously-included files matching '*.o' found anywhere in distribution
warning: no previously-included files matching '*.exe' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
writing manifest file 'vowpalwabbit.egg-info/SOURCES.txt'
running build_ext
make: *** No rule to make target 'clean'.  Stop.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py", line 211, in <module>
    tests_require=['tox']
  File "/opt/conda/lib/python3.6/distutils/core.py", line 148, in setup
    dist.run_commands()
  File "/opt/conda/lib/python3.6/distutils/dist.py", line 955, in run_commands
    self.run_command(cmd)
  File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/opt/conda/lib/python3.6/site-packages/setuptools-27.2.0-py3.6.egg/setuptools/command/install.py", line 61, in run
  File "/opt/conda/lib/python3.6/distutils/command/install.py", line 545, in run
    self.run_command('build')
  File "/opt/conda/lib/python3.6/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/opt/conda/lib/python3.6/distutils/command/build.py", line 135, in run
    self.run_command(cmd_name)
  File "/opt/conda/lib/python3.6/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
    cmd_obj.run()
  File "/opt/conda/lib/python3.6/site-packages/setuptools-27.2.0-py3.6.egg/setuptools/command/build_ext.py", line 77, in run
  File "/opt/conda/lib/python3.6/site-packages/Cython/Distutils/old_build_ext.py", line 185, in run
    _build_ext.build_ext.run(self)
  File "/opt/conda/lib/python3.6/distutils/command/build_ext.py", line 339, in run
    self.build_extensions()
  File "/opt/conda/lib/python3.6/site-packages/Cython/Distutils/old_build_ext.py", line 193, in build_extensions
    self.build_extension(ext)
  File "/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py", line 105, in build_extension
    prep()
  File "/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py", line 65, in prep
    subprocess.check_call(['make', 'clean'], cwd=path.join(here, 'src', 'python'))
  File "/opt/conda/lib/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'clean']' returned non-zero exit status 2.

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

Command "/opt/conda/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-vs7jgzog/vowpalwabbit/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-aaw1oa16-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-vs7jgzog/vowpalwabbit/

Error: ResponseItem.ErrorDetail[code=1,message=The command '/bin/sh -c sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && apt-get update && apt-get install -y build-essential && conda update -y conda && conda update -y python && pip install tensorflow && apt-get install -y libboost-program-options-dev zlib1g-dev libboost-python-dev && cd /usr/lib/x86_64-linux-gnu/ && rm -f libboost_python.a && rm -f libboost_python.so && ln -sf libboost_python-py34.so libboost_python.so && ln -sf libboost_python-py34.a libboost_python.a && pip install vowpalwabbit && pip install seaborn python-dateutil dask pytagcloud pyyaml ggplot joblib husl geopy ml_metrics mne pyshp gensim && conda install -y -c conda-forge spacy && python -m spacy download en && apt-get -y install dbus fontconfig fontconfig-config fonts-dejavu-core fonts-droid ghostscript gsfonts hicolor-icon-theme libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcap-ng0 libcroco3 libcups2 libcupsfilters1 libcupsimage2 libdatrie1 libdbus-1-3 libdjvulibre-text libdjvulibre21 libfftw3-double3 libfontconfig1 libfreetype6 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgomp1 libgraphite2-3 libgs9 libgs9-common libharfbuzz0b libijs-0.35 libilmbase6 libjasper1 libjbig0 libjbig2dec0 libjpeg62-turbo liblcms2-2 liblqr-1-0 libltdl7 libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2 libnetpbm10 libopenexr6 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpixman-1-0 libpng12-0 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5 libwmf0.2-7 libxcb-render0 libxcb-shm0 netpbm poppler-data p7zip-full && cd /usr/local/src && wget http://transloadit.imagemagick.org/download/ImageMagick.tar.gz && tar xzf ImageMagick.tar.gz && cd ls -d ImageMagick-* && pwd && ls -al && ./configure && make -j $(nproc) &amp;&amp; make install &amp;&amp; cd ../ &amp;&amp; rm -rf ImageMagick* &amp;&amp; apt-get -y install libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev &amp;&amp; apt-get -y install libtbb2 libtbb-dev libjpeg-dev libtiff-dev libjasper-dev &amp;&amp; apt-get -y install cmake &amp;&amp; cd /usr/local/src &amp;&amp; git clone --depth 1 https://github.com/Itseez/opencv.git &amp;&amp; cd opencv &amp;&amp; mkdir build &amp;&amp; cd build &amp;&amp; cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_FFMPEG=OFF -D WITH_V4L=ON -D WITH_QT=OFF -D WITH_OPENGL=ON -D PYTHON3_LIBRARY=/opt/conda/lib/libpython3.6m.so -D PYTHON3_INCLUDE_DIR=/opt/conda/include/python3.6m/ -D PYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so -D PYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m/ -D BUILD_PNG=TRUE .. &amp;&amp; make -j $(nproc) && make install && echo "/usr/local/lib/python3.6/site-packages" > /etc/ld.so.conf.d/opencv.conf && ldconfig && cp /usr/local/lib/python3.6/site-packages/cv2.cpython-36m-x86_64-linux-gnu.so /opt/conda/lib/python3.6/site-packages/ && rm -rf /usr/local/src/opencv && rm -rf /root/.cache/pip/* && apt-get autoremove -y && apt-get clean' returned a non-zero code: 1]
Failed to deploy ' Dockerfile: Dockerfile': The command '/bin/sh -c sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && apt-get update && apt-get install -y build-essential && conda update -y conda && conda update -y python && pip install tensorflow && apt-get install -y libboost-program-options-dev zlib1g-dev libboost-python-dev && cd /usr/lib/x86_64-linux-gnu/ && rm -f libboost_python.a && rm -f libboost_python.so && ln -sf libboost_python-py34.so libboost_python.so && ln -sf libboost_python-py34.a libboost_python.a && pip install vowpalwabbit && pip install seaborn python-dateutil dask pytagcloud pyyaml ggplot joblib husl geopy ml_metrics mne pyshp gensim && conda install -y -c conda-forge spacy && python -m spacy download en && apt-get -y install dbus fontconfig fontconfig-config fonts-dejavu-core fonts-droid ghostscript gsfonts hicolor-icon-theme libavahi-client3 libavahi-common-data libavahi-common3 libcairo2 libcap-ng0 libcroco3 libcups2 libcupsfilters1 libcupsimage2 libdatrie1 libdbus-1-3 libdjvulibre-text libdjvulibre21 libfftw3-double3 libfontconfig1 libfreetype6 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgomp1 libgraphite2-3 libgs9 libgs9-common libharfbuzz0b libijs-0.35 libilmbase6 libjasper1 libjbig0 libjbig2dec0 libjpeg62-turbo liblcms2-2 liblqr-1-0 libltdl7 libmagickcore-6.q16-2 libmagickcore-6.q16-2-extra libmagickwand-6.q16-2 libnetpbm10 libopenexr6 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpixman-1-0 libpng12-0 librsvg2-2 librsvg2-common libthai-data libthai0 libtiff5 libwmf0.2-7 libxcb-render0 libxcb-shm0 netpbm poppler-data p7zip-full && cd /usr/local/src && wget http://transloadit.imagemagick.org/download/ImageMagick.tar.gz && tar xzf ImageMagick.tar.gz && cd ls -d ImageMagick-* && pwd && ls -al && ./configure && make -j $(nproc) && make install && cd ../ && rm -rf ImageMagick* && apt-get -y install libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev && apt-get -y install libtbb2 libtbb-dev libjpeg-dev libtiff-dev libjasper-dev && apt-get -y install cmake && cd /usr/local/src && git clone --depth 1 https://github.com/Itseez/opencv.git && cd opencv && mkdir build && cd build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_FFMPEG=OFF -D WITH_V4L=ON -D WITH_QT=OFF -D WITH_OPENGL=ON -D PYTHON3_LIBRARY=/opt/conda/lib/libpython3.6m.so -D PYTHON3_INCLUDE_DIR=/opt/conda/include/python3.6m/ -D PYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so -D PYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m/ -D BUILD_PNG=TRUE .. && make -j $(nproc) && make install && echo "/usr/local/lib/python3.6/site-packages" > /etc/ld.so.conf.d/opencv.conf && ldconfig && cp /usr/local/lib/python3.6/site-packages/cv2.cpython-36m-x86_64-linux-gnu.so /opt/conda/lib/python3.6/site-packages/ && rm -rf /usr/local/src/opencv && rm -rf /root/.cache/pip/* && apt-get autoremove -y && apt-get clean' returned a non-zero code: 1

@nerdcha
Copy link
Contributor

nerdcha commented Dec 5, 2017

Yes, this is related to #135. Any thoughts on how to patch it?

@PerhunAndrey
Copy link
Author

PerhunAndrey commented Dec 6, 2017 via email

@nerdcha nerdcha closed this as completed Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants