OSX Install Phalcon Error: undefined method `desc’ for Formulary::Formulae::Zlib:Class
November 5, 2015
Installing PHP Phalcon framework on Mac OS using this command brew install php56 php56-phalcon Home brew may have error like: ==> Installing php56 from homebrew/homebrew-php Error: undefined method `desc’ for Formulary::Formulae::Zlib:Class Please report this bug: http://git.io/brew-troubleshooting /usr/local/Library/Taps/homebrew/homebrew-dupes/zlib.rb:2:in `’ To solve this, run: brew update
Building ‘_imagingft’ extension error command ‘cc’ failed with exit status 1
November 3, 2015
This error is due to freetype header missing. _imagingft.c:73:10: fatal error: ‘freetype/fterrors.h’ file not found #include <freetype/fterrors.h> ^ 1 error generated. error: command ‘cc’ failed with exit status 1 First, verify freetype is installed. With brew: brew install freetype If freetype installed, warning message shows: Warning: freetype-2.5.5 already installed Next to fixed the issue, is […]
Pip Install error: invalid command ‘bdist_wheel’ Mac Os
November 3, 2015
Install the wheel package first: pip install wheel If requirement already satisfied, you will see: Requirement already satisfied (use –upgrade to upgrade) Then, you should update your setuptools: pip install setuptools –upgrade Run again pip install, it should works now!
Recent Comments