Skip to content
peterychang edited this page Jul 22, 2019 · 75 revisions

Installing

Windows

If pip install vowpalwabbit does not work the most likely reason is because of missing dependencies. In that case use the following instructions to build the package.

  1. Install vcpkg
  2. Install dependencies with vcpkg
    vcpkg --triplet x64-windows install zlib boost-system boost-program-options boost-test boost-align boost-foreach boost-python boost-math boost-thread python3
  3. cd <repo_root>
  4. python setup.py --vcpkg-root C:\path\to\vcpkg install
    • Where C:\path\to\vcpkg is the root directory of where you cloned vcpkg

Clone this wiki locally