You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have homebrew and definitely I have libz here: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd (found version "1.2.11").
The text was updated successfully, but these errors were encountered:
oshadura
changed the title
cpt.py --check-requirements doesn't detect Homebrew as a package manager and misdetect libz (zlib) dependecy
[cpt.py] --check-requirements doesn't detect Homebrew as a package manager and misdetect libz (zlib) dependecy
Apr 7, 2021
I think there might be other dependencies as well that are not detected as being already installed (and there is either a force reinstall or cpt offloads the installation check to the package manager used to install it; whichever is the default for the package manager) - this might need some investigation to figure specifically which dependency checks are failing.
On a related note, cpt should probably start using Homebrew as the package manager for installing dependencies on macOS, instead of Macports.
Another interesting issue, I noticed about cpt.py that on macOS it looks like it requires Macports for an (optional?) Zlib dependency:
https://gist.github.com/oshadura/26ae5b7b07c37bfd2b19aa2671858147
I have homebrew and definitely I have libz here: /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd (found version "1.2.11").
The text was updated successfully, but these errors were encountered: