Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed building wheel for mysqlclient #74
Comments
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Shouldn't this library be updated to work without having to use that extra flag? |
This comment has been minimized.
This comment has been minimized.
What the extra frag means? https://bitbucket.org/pypa/wheel/issues/146/wheel-building-fails-on-cpython-350b3 |
methane
closed this
Feb 11, 2016
This comment has been minimized.
This comment has been minimized.
luizs81
commented
Dec 21, 2016
•
In case someone finds this page, what worked for me was reinstalling the XCode command line tools:
|
This comment has been minimized.
This comment has been minimized.
Anyway, it's not this project's issue.
And issue tracker is not user forum.
sent from mobile
2016/12/22 午前0:11 "Luiz Gustavo M. Sampaio" <notifications@github.com>:
… Sorry to reopen the ticket, but in case someone finds this page, what
worked for me was reinstalling the XCode command line tools:
xcode-select --install
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMLqPeBKXs6VoXNyH-uTKTeOkDKoIonks5rKUGvgaJpZM4HXeTA>
.
|
This comment has been minimized.
This comment has been minimized.
JayeshVaghasiya
commented
Mar 13, 2017
Download the pre-compiled whl file for mysql from from Christophe Gohlke’s Library of pre-compiled python packages for windows from the below location. http://www.lfd.uci.edu/~gohlke/pythonlibs/#vlfd Now got to directory where you downloaded that file and open command prompt there. Now run below command pip install xxx.whl Best Luck !! |
This comment has been minimized.
This comment has been minimized.
arunkkumar2207j
commented
Jan 26, 2019
I was successfully in installing for python 3.7.2
|
epicserve commentedFeb 10, 2016
I'm using Python 3.5.1 and pip 8.0.2 on OS X that I installed using pyenv. When installing mysqlclient I get the error "Failed building wheel for mysqlclient". The following is my terminal output.