python - How to instal polyglot on mac? -


when following instructions following error message:

failed building wheel pyicu 

one of dependencies missing. module pyicu cannot installed homebrew (i.e. brew install pyicu).

you can use icu4c instead of pyicu.

follow these steps: https://stackoverflow.com/a/33352241/1053612 (may require installing python between steps 1 , 2, i.e. brew install python).


Comments