Closed parthn2 closed 1 year ago
can you describe all the steps you followed before this?
can you describe all the steps you followed before this?
I was following this tutorial https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Building
These were the commands which I wrote after installing cmake and ninja:
git clone --recursive https://github.com/VowpalWabbit/vowpal_wabbit.git
cd vowpal_wabbit
cmake --preset=vcpkg-release -DBUILD_TESTING=OFF
cmake --build --preset=vcpkg-release
cmake --install build
did you add the build path to the source?
How to add it? if I need to export, then I get error for using cmake. It couldn't be found.
install using pip if you want to use it in a python script.
feel free to re-open with follow up questions.
Description