-
Notifications
You must be signed in to change notification settings - Fork 539
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
Python bindings in Windows #243
Comments
Not sure, we'll need to check if python bindings work on windows. |
I'm the same boat as Lorenzo Monni. In theory, building from source shouldn't be too high of a hurdle, but in practice, it could exclude many potential users who haven't done this before. If we could get a pre-compiled .pyd file, that would really help us Python Windows users to get started. Thanks! |
+1 This would be awesome to have |
You can use Bash on Ubuntu on Win10 to make use of Essentia's python bindings. |
I've managed to build the (mostly working) python bindings for windows: Tested with Python2.7-32bit |
Is it possible to configure the Python Bindings and use them in Windows? What operations should I carry out? I never used Waf as a build system, so I don't know its workflow to come out with an installed python module.
The text was updated successfully, but these errors were encountered: