-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 install python library, python 3.5 in Debian #1462
Comments
The very last paragraph of the Troubleshooting section mentions that there are issues with the VW build with conda added to the PATH. Could your problem be related to that? I'm a beginner with VW and was lucky to get it installed despite presence of conda. |
Indeed. Finding where anaconda python lives is the easy part. Linking (C and C++) binary modules under The links provided by @mlisovyi say that anaconda requires its users to fully switch to their environment, including their tool-chain (compiler, linker, libraries, I would say that this is more an anaconda issue than a |
Closing this for now---as @arielf says, this seems like an anaconda issue. |
Works for me in Python 3.6 with conda build script in https://github.com/JohnLangford/vowpal_wabbit/tree/master/python |
Hi,
I attempted to install the python libraries in
with
I create the conda environment
where the additional packages are given in
environment.yaml
After creating the environment, I run
and the compilation fails at
Any suggestions?
The text was updated successfully, but these errors were encountered: