Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

vowpal_wabbit not installed properly #1

Open
lsbardel opened this issue Jul 26, 2016 · 0 comments
Open

vowpal_wabbit not installed properly #1

lsbardel opened this issue Jul 26, 2016 · 0 comments
Labels

Comments

@lsbardel
Copy link
Member

lsbardel commented Jul 26, 2016

Issues when loading dynamic libraries

vw: error while loading shared libraries: libvw.so.0: cannot open shared object file: No such file or directory

In addition, the python 3 wrapper is not yet available.

Dependencies:

libboost-program-options-dev
zlib1g-dev
libboost-python-dev

Dockerfile entry:

# VOWPAL WABBIT
RUN git clone git://github.com/JohnLangford/vowpal_wabbit.git \
    && cd vowpal_wabbit \
    && ./autogen.sh \
    && make \
    && make test \
    && make install \
    && cd .. \
    && rm -rf vowpal_wabbit
@lsbardel lsbardel added the bug label Jul 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant