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
python and python@2 can build on Mac 10.14, but zlib is not found, which breaks pip #29176
Comments
You have the CLT headers installed so I'm not sure how Homebrew/brew#4335 would be relevant. |
Hm, I can't reproduce this on the master branch of both Homebrew and homebrew-core. Was your first test on the latest commit of master for Homebrew and homebrew-core? Is there a file named |
I tried reinstall everything this morning after upgrade to 10.14 developer preview 2, it seems I can not reproduce this issue either. I think I may mess up my environment before. Close due to unable to reproduce |
I have the same issue with zlib not found. This worked for me:
|
I'm able to reproduce this issue, even with the Beta 2. If I can help, please let me know what I can do. |
I'm currently having the same issue - have tried the instructions from @sfdye that @zedtux said they got working. Currently getting the following error after
|
@narner you have a complete different issue than what has been reported in this issue. You should open a new one in my opinion. Sorry for not being helpful 😞 |
I am getting the same problem. I upgraded to Mojave beta public preview. Reinstalling python2 as suggested by @sfdye didn't work for me. As pointed out by @mistydemeo, I don't have
I proceeded to do a |
@muammar you might want to try it, since there was an issue with a fix referenced after your comment. |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
brew install
(orupgrade
,reinstall
) a single, official formula (not cask)? If it's a generalbrew
problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
What you were trying to do (and why)
I do
brew upgrade
today, andpython@2
andpython
, which previously install on Mac 10.13, get updated and build with 10.14 environmentWhat happened (include command output)
After the install finish without any error,
when I run
python
orpython3
, it still worksbut when I run
pip
orpip3
, I get the following error messageWhat you expected to happen
pip
andpip3
should workStep-by-step reproduction instructions (by running
brew install
commands)here is my
brew gist-logs python
's outputhttps://gist.github.com/jnozsc/afa4e8d3d7e8b827ddc009e482560bb2
I assume this maybe related with Homebrew/brew#4335 , but I tried to rebuild either
python@2
orpyhon
with this branch, still not workThe text was updated successfully, but these errors were encountered: