-
Notifications
You must be signed in to change notification settings - Fork 179
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
Setup error for lxml on Windows #17
Comments
Or download and install here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml |
It's a problem with C extensions in general, you need a C compiler to build it, it's looking for |
This isn't specific to your repo, it's a problem with lxml (and other packages like myql-python) everywhere on Windows. Easiest fix is to just download the binary. Thanks, Obama! |
Ya, unfortunately there's no way around it. I included the binary in the README though |
hi guys im getting this error here- Please assist |
This is a problem with lxml package on Windows if you install with "pip install lxml", or the setup file.
Current fix is to install lxml manually on windows using "easy_setup lxml==2.3.3" as suggested here: http://stackoverflow.com/a/9643941
The text was updated successfully, but these errors were encountered: