-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Having issues installing due to lxml #79
Comments
I'm going to look into this issue, thanks for bringing it up. Unfortunately, I can't mimic it on any of my environments but when querying parts of your stack-trace plus "lxml" on Google, this resulting page came up: http://stackoverflow.com/questions/25794121/cant-install-python-mysql-on-os-x-10-10-yosemite Note the similar ld: framework not found CrashReporterSupport line. |
A very similar issue exists here: CocoaPods/CocoaPods#2432 Using their steps did not work:
Most notably because Apple didn't release the Mac OS X 10.10 SDK in the Xcode bundle since I believe it's still beta. More here: http://stackoverflow.com/a/25787121/308315 So I cheated a little bit and did this:
And it worked. Thanks for pointing me in the right direction. |
I'm not sure if this is an OS X 10.10 or possibly even Xcode 6.1 command line tools issue, but having some issues installing this.
Once I get to the
pip install newspaper
step, it errors out while building for lxml. Any thoughts on what could be going wrong?The text was updated successfully, but these errors were encountered: