ovalhub / pyicu

The PyICU project repository has moved to https://pyicu.org.
Other
133 stars 49 forks source link

pip install PyICU fails since today #141

Closed datasharkNL closed 3 years ago

datasharkNL commented 3 years ago

Hi all,

Since today the command pip install PyICU fails with this error:

pip install PyICU
Collecting PyICU
  Using cached PyICU-2.6.tar.gz (233 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-j6593lp3
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 63, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 66, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 19, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 69, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 19, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 71, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/31/46/fa08c8efae2951e67681ec24319f789fc1a74e2096dd74373e34c79319de/PyICU-2.6.tar.gz#sha256=a9a5bf6833360f8f69e9375b91c1a7dd6e0c9157a42aee5bb7d6891804d96371 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Using cached PyICU-2.5.tar.gz (225 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-ooeuu9f4
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 63, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 66, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 19, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 69, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 19, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 71, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/5a/99/c48c816095208bf3f4936ff67e571621fbddef461303a35a076f234e31f6/PyICU-2.5.tar.gz#sha256=a120b68c53f769f37bfb70b7e84ca12c3f4ab1e4df43e87a02dff05ae472cdbc (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Using cached PyICU-2.4.3.tar.gz (219 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-82mnpq0m
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/57/b2/66a58057a537527d7307576f2d32f239cc411b911401276d6922caa94755/PyICU-2.4.3.tar.gz#sha256=c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Using cached PyICU-2.4.2.tar.gz (219 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-4vjpbhdi
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/95/0c/0fb09019efb65a29789ec5538f8e521b8f548da6935a3a474e19fbf2ea4d/PyICU-2.4.2.tar.gz#sha256=48c43424b67090c4028d8743132d141d8477f390f93e26c2cb67c26485622c20 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.4.1.tar.gz (219 kB)
     |████████████████████████████████| 219 kB 1.5 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-pj3lpkb5
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/77/a2/7c22b63c3cab7e41cbf4a930b033f5fc3e47bc5b6b673020f5ba58cecdf2/PyICU-2.4.1.tar.gz#sha256=00727a2d85c6a62ce78846a5f80bfa79bd26c35126f9cc793d269b336fd2ef47 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.4.tar.gz (219 kB)
     |████████████████████████████████| 219 kB 2.1 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-vtev06s0
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please install pkg-config on your system or set the ICU_VERSION environment
    variable to the version of ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/50/65/974ccd4e01f6517f150e5841518afdec64fa0e6993e4b7a3a6291b327962/PyICU-2.4.tar.gz#sha256=8d1907c1f8659b77f5b62fe81c62ac91731c8a56cb3ea0af1dc4db59f8326242 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.3.1.tar.gz (214 kB)
     |████████████████████████████████| 214 kB 2.7 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-gnuv0lcb
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e9/35/211ffb949c68e688ade7d40426de030a24eaec4b6c45330eeb9c0285f43a/PyICU-2.3.1.tar.gz#sha256=ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.3.tar.gz (214 kB)
     |████████████████████████████████| 214 kB 2.9 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-mw0whrx1
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/
    Complete output (53 lines):
    Package icu-i18n was not found in the pkg-config search path.
    Perhaps you should add the directory containing `icu-i18n.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'icu-i18n' found
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 62, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 65, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 68, in <module>
        ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 18, in check_output
        return subprocess_check_output(popenargs)
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run
        raise CalledProcessError(retcode, process.args,
    subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 70, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    (running 'icu-config --version')
    (running 'pkg-config --modversion icu-i18n')
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/87/10/fdf5842f42834f6e3141668b607c07bc3c94de39acf582c3d4015e7a7fc5/PyICU-2.3.tar.gz#sha256=419d389b014ee48f31014920f300c842df0770a283ab1fb4de82a6af334cac4d (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.2.tar.gz (211 kB)
     |████████████████████████████████| 211 kB 1.7 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-fvavxasp
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/c2/15/0af20b540c828943b6ffea5677c86e908dcac108813b522adebb75c827c1/PyICU-2.2.tar.gz#sha256=ea6ae8bb6845e2e145cf03cd80cf258487b80fca3669ae8a7bf0c5105df10973 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.1.tar.gz (203 kB)
     |████████████████████████████████| 203 kB 2.8 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-6ccmuz7p
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1b/28/9a92361dfdd3e967409885dc9829643d005d8950bba04f0a60fc238f7fd9/PyICU-2.1.tar.gz#sha256=5fdab441c91adf9ceb6373dfdca18fbde3676f906babda45d85cf0fa8e43fd8a (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.6.tar.gz (203 kB)
     |████████████████████████████████| 203 kB 2.9 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-g2wok82e
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9a/bb/724e7dd095c87398664b8eea91fdfd2d5ea9782949e13f2f28bcd5e11a0e/PyICU-2.0.6.tar.gz#sha256=dd233737d9fd0399ac5a06382c3c387c257c17bae80aef4e15195bf63d70db67 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.5.tar.gz (203 kB)
     |████████████████████████████████| 203 kB 2.5 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-x0jbkrcu
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/b9/26/9e993785441f90595e0aad169c1d011e941c3995c207838cc25702e91c5b/PyICU-2.0.5.tar.gz#sha256=9122ff2f813bced986e03679f4c6d24f4d09feb3dc85d2a47f92410797275222 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.4.tar.gz (202 kB)
     |████████████████████████████████| 202 kB 1.7 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-nx6oh0ts
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/52/95/72d75fba16401bd452ae581c3661bbf2e588d6068a9a726726bf7f6b16f5/PyICU-2.0.4.tar.gz#sha256=e074bfbe74919a21bc2ed8e4f98006711888b11efa0e3414ad084c75c340e1bd (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.3.tar.gz (201 kB)
     |████████████████████████████████| 201 kB 1.3 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-gz65eb0m
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/bb/ef/3a7fcbba81bfd213e479131ae21445a2ddd14b46d70ef0109640b580bc5d/PyICU-2.0.3.tar.gz#sha256=c452d14409d93819a398a93d27d5d58d6236af690d537eb2d76c8305e8d0fa5f (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.2.tar.gz (194 kB)
     |████████████████████████████████| 194 kB 2.1 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-r1f5xl3d
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/57/c2/565670f72e3955a3935118be0e44155f8ba823715c45cca123034585ff79/PyICU-2.0.2.tar.gz#sha256=dd8fedfb7e790fb829d0051a27295770146447e4176cb1b6425992e9b5016f10 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.1.tar.gz (194 kB)
     |████████████████████████████████| 194 kB 2.8 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-pwrpb4ge
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/78/3c/1541fb461e4564676650cf1842fe5dd538b7a89443291592d24788ff1e65/PyICU-2.0.1.tar.gz#sha256=230cc9b28b445da9199e09120593bf6439a55bcac2c44742c612d56becf4366f (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-2.0.tar.gz (194 kB)
     |████████████████████████████████| 194 kB 2.3 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-dw3rj3t9
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/setup.py", line 43, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/setup.py", line 46, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_affaf51c6e47491999b11db924cb0211/setup.py", line 50, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/12/59/cf242872420615cbcee0a74fe69e2e9c3687a3c11142535569db531571a9/PyICU-2.0.tar.gz#sha256=fff7a9adbfc8501a3d61d0de4a6e6a79b45866c4f41df8b0d95dff7e267b337e (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-1.9.8.tar.gz (183 kB)
     |████████████████████████████████| 183 kB 2.6 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-jdn9jdnh
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/setup.py", line 12, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/setup.py", line 26, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_4fd261d97cef4ce2a769baf16847cf58/setup.py", line 30, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/17/13/12b5631b67fd27b8827fb805df5015c32406ec739d700af68ab49da1203f/PyICU-1.9.8.tar.gz#sha256=cd76e3fe73e96e0b9806bc036ad388b2bbba572762c699bc911ccedbc425df16 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-1.9.7.tar.gz (183 kB)
     |████████████████████████████████| 183 kB 2.4 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-iy4aifu7
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/setup.py", line 12, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/setup.py", line 26, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_b5d2afbe88f049ba9009425117871fad/setup.py", line 30, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/6e/88/f42a1297909ca6d9113ba37b37067011ae29432fe592fdd98cf52ad23b77/PyICU-1.9.7.tar.gz#sha256=db27cd1cc150b879c5465872bec7fdaf340eca140aa922be03891d5b9f855b61 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-1.9.6.tar.gz (183 kB)
     |████████████████████████████████| 183 kB 1.7 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-ia45tl5s
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/
    Complete output (32 lines):
    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/setup.py", line 12, in <module>
        ICU_VERSION = os.environ['ICU_VERSION']
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in __getitem__
        raise KeyError(key) from None
    KeyError: 'ICU_VERSION'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/setup.py", line 26, in <module>
        ICU_VERSION = check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e653a3eab04e423ab53af2b39a509c7e/setup.py", line 28, in <module>
        raise RuntimeError('''
    RuntimeError:
    Please set the ICU_VERSION environment variable to the version of
    ICU you have installed.

    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/bc/78/f4e26f67c9b6b9074baa576ae67947e42fb86039199a65e9ab91ddb51d26/PyICU-1.9.6.tar.gz#sha256=c5c2134f7ad5aa939a899633816f52d8921e787efd4e8d7efb5f450fe10f2550 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-1.9.5.tar.gz (181 kB)
     |████████████████████████████████| 181 kB 2.2 MB/s 
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_82600b8713934e5886a038945c9535dd/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_82600b8713934e5886a038945c9535dd/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-gk9zp4t6
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_82600b8713934e5886a038945c9535dd/
    Complete output (13 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_82600b8713934e5886a038945c9535dd/setup.py", line 11, in <module>
        ICU_VERSION = subprocess.check_output(('icu-config', '--version')).strip()
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output
        return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run
        with Popen(*popenargs, **kwargs) as process:
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child
        raise child_exception_type(errno_num, err_msg, err_filename)
    FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/a2/9f/1947f288143191b903e58633ee597cb98bc284de28dafb1231b6f8b67b99/PyICU-1.9.5.tar.gz#sha256=73b052b800861fae3281dbaf9c92d12a81cabf3d31912d94c51862e093ef359b (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  Downloading PyICU-1.9.4.tar.gz (181 kB)
     |████████████████████████████████| 181 kB 2.4 MB/s 
Building wheels for collected packages: PyICU
  Building wheel for PyICU (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /Users/<user>/test4/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-wheel-ajdn6_fd
       cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/
  Complete output (18 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-3.8
  copying icu.py -> build/lib.macosx-10.9-x86_64-3.8
  copying PyICU.py -> build/lib.macosx-10.9-x86_64-3.8
  copying docs.py -> build/lib.macosx-10.9-x86_64-3.8
  running build_ext
  building '_icu' extension
  creating build/temp.macosx-10.9-x86_64-3.8
  gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/usr/local/include -I/Users/<user>/test4/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c _icu.cpp -o build/temp.macosx-10.9-x86_64-3.8/_icu.o -DPYICU_VER="1.9.4"
  In file included from _icu.cpp:27:
  ./common.h:90:10: fatal error: 'unicode/utypes.h' file not found
  #include <unicode/utypes.h>
           ^~~~~~~~~~~~~~~~~~
  1 error generated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for PyICU
  Running setup.py clean for PyICU
Failed to build PyICU
Installing collected packages: PyICU
    Running setup.py install for PyICU ... error
    ERROR: Command errored out with exit status 1:
     command: /Users/<user>/test4/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-record-fv_l7a0d/install-record.txt --single-version-externally-managed --compile --install-headers /Users/<user>/test4/include/site/python3.8/PyICU
         cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/
    Complete output (18 lines):
    running install
    running build
    running build_py
    creating build
    creating build/lib.macosx-10.9-x86_64-3.8
    copying icu.py -> build/lib.macosx-10.9-x86_64-3.8
    copying PyICU.py -> build/lib.macosx-10.9-x86_64-3.8
    copying docs.py -> build/lib.macosx-10.9-x86_64-3.8
    running build_ext
    building '_icu' extension
    creating build/temp.macosx-10.9-x86_64-3.8
    gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -g -I/usr/local/include -I/Users/<user>/test4/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c _icu.cpp -o build/temp.macosx-10.9-x86_64-3.8/_icu.o -DPYICU_VER="1.9.4"
    In file included from _icu.cpp:27:
    ./common.h:90:10: fatal error: 'unicode/utypes.h' file not found
    #include <unicode/utypes.h>
             ^~~~~~~~~~~~~~~~~~
    1 error generated.
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /Users/<user>/test4/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"'; __file__='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_f10886a1c1934d7baa3e310a412f162a/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-record-fv_l7a0d/install-record.txt --single-version-externally-managed --compile --install-headers /Users/<user>/test4/include/site/python3.8/PyICU Check the logs for full command output
MariusAmbr commented 3 years ago

Due to some change, looks like we now need to install a lib for this to work. Running apt-get install libicu-dev fixed it for me.

ovalhub commented 3 years ago

On Mar 11, 2021, at 04:15, Jeffrey Hasenbos @.***> wrote:

 Hi all,

Since today the command pip install PyICU fails with this error:

Well, no new release was made in the past few months so something must have changed on your end. Essentially, what the error is trying to tell you is that the pyicu installer, setup.py, couldn't find icu on your system.

Andi..

pip install PyICU Collecting PyICU Using cached PyICU-2.6.tar.gz (233 kB) ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-j6593lp3 cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 63, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 66, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 19, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 69, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 19, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_8406fcbb7a264b88ade903d9f87a3023/setup.py", line 71, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/31/46/fa08c8efae2951e67681ec24319f789fc1a74e2096dd74373e34c79319de/PyICU-2.6.tar.gz#sha256=a9a5bf6833360f8f69e9375b91c1a7dd6e0c9157a42aee5bb7d6891804d96371 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached PyICU-2.5.tar.gz (225 kB) ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-ooeuu9f4 cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 63, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 66, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 19, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 69, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 19, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_e9b38171c1fd411e8555e80184fd2605/setup.py", line 71, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/5a/99/c48c816095208bf3f4936ff67e571621fbddef461303a35a076f234e31f6/PyICU-2.5.tar.gz#sha256=a120b68c53f769f37bfb70b7e84ca12c3f4ab1e4df43e87a02dff05ae472cdbc (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached PyICU-2.4.3.tar.gz (219 kB) ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-82mnpq0m cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_1230b5e80569491eb60279596e10314d/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/57/b2/66a58057a537527d7307576f2d32f239cc411b911401276d6922caa94755/PyICU-2.4.3.tar.gz#sha256=c0ca7741ad0e8b20781578a876dac0357b982b7762ccc2aae116f0b18ce1ab1c (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached PyICU-2.4.2.tar.gz (219 kB) ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-4vjpbhdi cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c1e6881b1c304ea1aaf3f1f6b632ff87/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/95/0c/0fb09019efb65a29789ec5538f8e521b8f548da6935a3a474e19fbf2ea4d/PyICU-2.4.2.tar.gz#sha256=48c43424b67090c4028d8743132d141d8477f390f93e26c2cb67c26485622c20 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.4.1.tar.gz (219 kB) |████████████████████████████████| 219 kB 1.5 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-pj3lpkb5 cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_645c1b72731e46fc8834733c5a18d195/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/77/a2/7c22b63c3cab7e41cbf4a930b033f5fc3e47bc5b6b673020f5ba58cecdf2/PyICU-2.4.1.tar.gz#sha256=00727a2d85c6a62ce78846a5f80bfa79bd26c35126f9cc793d269b336fd2ef47 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.4.tar.gz (219 kB) |████████████████████████████████| 219 kB 2.1 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-vtev06s0 cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2f28937aa1624a55a861d5f3fe411dfa/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please install pkg-config on your system or set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/50/65/974ccd4e01f6517f150e5841518afdec64fa0e6993e4b7a3a6291b327962/PyICU-2.4.tar.gz#sha256=8d1907c1f8659b77f5b62fe81c62ac91731c8a56cb3ea0af1dc4db59f8326242 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.3.1.tar.gz (214 kB) |████████████████████████████████| 214 kB 2.7 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-gnuv0lcb cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_cb05a7b1619940aa989c1f5233de1371/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/e9/35/211ffb949c68e688ade7d40426de030a24eaec4b6c45330eeb9c0285f43a/PyICU-2.3.1.tar.gz#sha256=ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.3.tar.gz (214 kB) |████████████████████████████████| 214 kB 2.9 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-mw0whrx1 cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/ Complete output (53 lines): Package icu-i18n was not found in the pkg-config search path. Perhaps you should add the directory containing `icu-i18n.pc' to the PKG_CONFIG_PATH environment variable No package 'icu-i18n' found Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 62, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 65, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 68, in ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip() File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 18, in check_output return subprocess_check_output(popenargs) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('pkg-config', '--modversion', 'icu-i18n')' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_17afa84d35ad417fa4dbee81102c80f4/setup.py", line 70, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.

(running 'icu-config --version') (running 'pkg-config --modversion icu-i18n')

WARNING: Discarding https://files.pythonhosted.org/packages/87/10/fdf5842f42834f6e3141668b607c07bc3c94de39acf582c3d4015e7a7fc5/PyICU-2.3.tar.gz#sha256=419d389b014ee48f31014920f300c842df0770a283ab1fb4de82a6af334cac4d (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.2.tar.gz (211 kB) |████████████████████████████████| 211 kB 1.7 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-fvavxasp cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d0ebd8ab1a745ee96aee9f1b213d8e9/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/c2/15/0af20b540c828943b6ffea5677c86e908dcac108813b522adebb75c827c1/PyICU-2.2.tar.gz#sha256=ea6ae8bb6845e2e145cf03cd80cf258487b80fca3669ae8a7bf0c5105df10973 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.1.tar.gz (203 kB) |████████████████████████████████| 203 kB 2.8 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-6ccmuz7p cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d05262cd5ecf49c39d060bc031e253da/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/1b/28/9a92361dfdd3e967409885dc9829643d005d8950bba04f0a60fc238f7fd9/PyICU-2.1.tar.gz#sha256=5fdab441c91adf9ceb6373dfdca18fbde3676f906babda45d85cf0fa8e43fd8a (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.6.tar.gz (203 kB) |████████████████████████████████| 203 kB 2.9 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-g2wok82e cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_c365bc7c3b8e44a58eb87f1a67ee66dc/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/9a/bb/724e7dd095c87398664b8eea91fdfd2d5ea9782949e13f2f28bcd5e11a0e/PyICU-2.0.6.tar.gz#sha256=dd233737d9fd0399ac5a06382c3c387c257c17bae80aef4e15195bf63d70db67 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.5.tar.gz (203 kB) |████████████████████████████████| 203 kB 2.5 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-x0jbkrcu cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_643727ccaf2f4e4da955cdad317dc7b2/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/b9/26/9e993785441f90595e0aad169c1d011e941c3995c207838cc25702e91c5b/PyICU-2.0.5.tar.gz#sha256=9122ff2f813bced986e03679f4c6d24f4d09feb3dc85d2a47f92410797275222 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.4.tar.gz (202 kB) |████████████████████████████████| 202 kB 1.7 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-nx6oh0ts cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_d131d6cccd934f3e87bfd8a0e1cc44d9/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/52/95/72d75fba16401bd452ae581c3661bbf2e588d6068a9a726726bf7f6b16f5/PyICU-2.0.4.tar.gz#sha256=e074bfbe74919a21bc2ed8e4f98006711888b11efa0e3414ad084c75c340e1bd (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.3.tar.gz (201 kB) |████████████████████████████████| 201 kB 1.3 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-gz65eb0m cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_2ae94162bd744d18a5cce57a466ef5f8/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/bb/ef/3a7fcbba81bfd213e479131ae21445a2ddd14b46d70ef0109640b580bc5d/PyICU-2.0.3.tar.gz#sha256=c452d14409d93819a398a93d27d5d58d6236af690d537eb2d76c8305e8d0fa5f (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.2.tar.gz (194 kB) |████████████████████████████████| 194 kB 2.1 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-r1f5xl3d cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_7d17512508e64612a4d48abd694d29d6/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/57/c2/565670f72e3955a3935118be0e44155f8ba823715c45cca123034585ff79/PyICU-2.0.2.tar.gz#sha256=dd8fedfb7e790fb829d0051a27295770146447e4176cb1b6425992e9b5016f10 (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.1.tar.gz (194 kB) |████████████████████████████████| 194 kB 2.8 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py'"'"'; file='"'"'/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-pip-egg-info-pwrpb4ge cwd: /private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/ Complete output (32 lines): Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 43, in ICU_VERSION = os.environ['ICU_VERSION'] File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'ICU_VERSION'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 46, in ICU_VERSION = check_output(('icu-config', '--version')).strip() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 411, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 489, in run with Popen(popenargs, **kwargs) as process: File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 854, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 1702, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'icu-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/private/var/folders/lq/hd91zpdx293_zbshp368l9xr0000gn/T/pip-install-1o5698px/pyicu_9aaf0c47cb3c46a2a3811f53f4991a0d/setup.py", line 50, in raise RuntimeError(''' RuntimeError: Please set the ICU_VERSION environment variable to the version of ICU you have installed.


WARNING: Discarding https://files.pythonhosted.org/packages/78/3c/1541fb461e4564676650cf1842fe5dd538b7a89443291592d24788ff1e65/PyICU-2.0.1.tar.gz#sha256=230cc9b28b445da9199e09120593bf6439a55bcac2c44742c612d56becf4366f (from https://pypi.org/simple/pyicu/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Downloading PyICU-2.0.tar.gz (194 kB) |████████████████████████████████| 194 kB 2.3 MB/s ERROR: Command errored out with exit status 1: command: /Users//test4/bin

kkwan-tc commented 3 years ago

I am also experiencing this issue on MAC OS, reinstalling with brew did nothing still failing.

ovalhub commented 3 years ago

On Mar 11, 2021, at 06:34, Marius Ambrazevičius @.***> wrote:

 Due to some change, looks like we now need to install a lib for this to work. Running apt-get install libicu-dev fixed it for me.

To build pyicu, you need the icu headers and libraries installed, nothing new there, no change. You might be able to install pyicu with apt-get too now, no ? For example, https://packages.debian.org/buster/python-pyicu

Andi..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ovalhub commented 3 years ago

On Mar 11, 2021, at 08:18, Kenny @.***> wrote:

 I am also experiencing this issue on MAC OS, reinstalling with brew did nothing still failing.

Installation instructions using homebrew were recently updated. See https://github.com/ovalhub/pyicu

Andi..

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

thinhha commented 3 years ago

I've faced the same issue on multiple mac machines without changing anything relating to ICU on my machine. My builds worked fine until yesterday.

ovalhub commented 3 years ago

On Thu, 11 Mar 2021, Thinh Ha wrote:

I've faced the same issue on multiple mac machines without changing anything relating to ICU on my machine. My builds worked fine until yesterday.

Nothing happened yesterday on pyicu's side, something changed elsewhere.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/ovalhub/pyicu/issues/141#issuecomment-796956992

datasharkNL commented 3 years ago

Hi Andi, several people having issues since today with PyICU. If you execute pip install PyICU it fails. And just as the other people before this morning everything worked fine in my builds.

What has changed somewhere? Do you know that?

If you're running a python environment, you couldn't do the apt-get install libicu-dev

ovalhub commented 3 years ago

On Thu, 11 Mar 2021, Jeffrey Hasenbos wrote:

Hi Andi, several people having issues since today with PyICU. If you execute pip install PyICU it fails. And just as the other people before this morning everything worked fine in my builds.

What has changed somewhere? Do you know that?

You do not install pyicu with 'pip install PyICU'. You read the instructions at https://github.com/ovalhub/pyicu#readme and follow them for your platform.

The last commit at https://github.com/ovalhub/pyicu was 9 days ago about installation instructions, nothing else had changed since last release. On python.org/pypi, PyICU hasn't changed since Nov 2, 2020.

Andi..

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/ovalhub/pyicu/issues/141#issuecomment-797015466

kkwan-tc commented 3 years ago

Update In my case I had DBT which has a dependency on agate. agate 1.6.2 introduced a dependency on pyICU that broke the install. Restricting to 'agate<1.6.2' fixed it.

From another source, the other way to go around this is to

apt install libicu-dev and pip install --upgrade pip setuptools

solves the pyICU issue.

ovalhub commented 3 years ago

Ahh, that makes sense, you're getting PyICU as a dependency from elsewhere. And they're assuming it can just be pip installed. This is what the "since yesterday" means. Well, dunno what to add. Installing PyICU requires having ICU installed first and then PyICU binary heavily depends on the version of ICU chosen.

On Fri, 12 Mar 2021, Kenny wrote:

Update In my case I had DBT which has a dependency on agate. agate 1.6.2 introduced a dependency on pyICU that broke the install. Restricting to 'agate<1.6.2' fixed it.

From another source, the other way to go around this is to

apt install libicu-dev and pip install --upgrade pip setuptools

solves the pyICU issue.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/ovalhub/pyicu/issues/141#issuecomment-797770861

tommyjcarpenter commented 3 years ago

@kkwan-tc I raised this with Agate last week: https://github.com/wireservice/agate/issues/754

matthieuoliveira commented 3 years ago

Update In my case I had DBT which has a dependency on agate. agate 1.6.2 introduced a dependency on pyICU that broke the install. Restricting to 'agate<1.6.2' fixed it.

From another source, the other way to go around this is to

apt install libicu-dev and pip install --upgrade pip setuptools

solves the pyICU issue.

package agate version 1.6.2 was causing the same issue on my end too. I set the version to 1.6.1 and issue was resolved.