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

segment fault when run pyvw.vw #2436

Closed
vingovan opened this issue May 15, 2020 · 1 comment
Closed

segment fault when run pyvw.vw #2436

vingovan opened this issue May 15, 2020 · 1 comment

Comments

@vingovan
Copy link

Describe the bug

I installed vowpal_wabbit. When I import pyvm and run pyvw.vw, I got error segment fault

Environment

  • MacOS 10.15.2
  • Install vowpal_wabbit use conda
  • VW 8.8.1
  • Python 3.8.2

Thanks

@jackgerrits
Copy link
Member

Hi @vingovan,

This is a known issue to do with Conda on MacOS. It is a problem with the libraries Conda links against. You can find the full discussion in the tracking issue here: #2100

To mitigate, if it is possible for you to do so, you can use the package with Pip directly, outside of the Conda environment.

brew install cmake boost boost-python3 zlib
pip install vowpalwabbit

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