-
Notifications
You must be signed in to change notification settings - Fork 435
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
adding requirement for Mac OS #143
Conversation
thanks |
Why don't you search issues before asking question?
Read very recent closed issue.
2017/05/16 午後4:04 "AnteeRun" <notifications@github.com>:
… Is there any problem with my virtualenv? I have a problem installing
mysqlclient
[image: image]
<https://cloud.githubusercontent.com/assets/5555149/26093505/c8cf590c-3a48-11e7-9766-3c6bf0196bb9.png>
madOS Sierra 10.12.4
anybody help me? Thanks very much!!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#143 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMLqMogJO-MXWVhwlVr10Eb3Lshj1wBks5r6Up-gaJpZM4LuX-E>
.
|
@methane brief solution for later-comers: thank you. |
Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-install-n4seovbq/mysqlclient/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-record-20soowiu/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-install-n4seovbq/mysqlclient/ |
@PaleoWoods : I tried your method, but it gives me this error. `Collecting mysqlclient
Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 -u -c "import setuptools, tokenize;file='/private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-install-n4seovbq/mysqlclient/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-record-20soowiu/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/5v/whz01gcs29518gly2s1k76t80000gn/T/pip-install-n4seovbq/mysqlclient/` |
Im trying this in my mac, and work!
Hope this help