Python 3.6: how to install rubberband?

I want to use this function, and I'm trying to install rubberband using pip as the following: pip install rubberband

But, it raises the following error: "Failed building wheel for rubberband"

And I can't use Python 3.5 in my project. So, how to install rubberband?

P.S. My OS is Windows 10, and I have python 3.6 on it.


The docs you pointed to are the docs for the project pyrubberband, not rubberband. So install it with pip install pyrubberband.

As for rubberband: you probably need a C/C++ compiler to install it.

Upd. pyrubberband is a Python wrapper for rubberband. You need to install it, see https://breakfastquay.com/rubberband/index.html