You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding the information to the README that on Windows platform, one will need to first install wrapt from a pre-built binary wheel, because pip install wrapt will fail for lack of python-dev package.
I propose adding the information to the README that on Windows platform, one will need to first install
wrapt
from a pre-built binary wheel, becausepip install wrapt
will fail for lack of python-dev package.A well-known source of pre-built binary wheels for Python is Christoph Golke's collection available on http://www.lfd.uci.edu/~gohlke/pythonlibs/
So, the complete steps (for Windows) would be:
The text was updated successfully, but these errors were encountered: