• Updating watchdog (2.0.2 -> 2.1.2)
• Installing xlrd (1.2.0)
• Installing yarg (0.1.9)
• Installing yaspin (1.5.0)
EnvCommandError
Command ['/home/appuser/venv/bin/pip', 'install', '--no-deps', '/home/appuser/.cache/pypoetry/artifacts/2d/ca/d8/dabaca099adfbadd05f754bbb66ebf314b5b89fa5bae60eea7a3f50ce3/PyICU-2.6.tar.gz'] errored with the following return code 1, and output:
Processing /home/appuser/.cache/pypoetry/artifacts/2d/ca/d8/dabaca099adfbadd05f754bbb66ebf314b5b89fa5bae60eea7a3f50ce3/PyICU-2.6.tar.gz
ERROR: Command errored out with exit status 1:
command: /home/appuser/venv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i8y26swa/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i8y26swa/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 /tmp/pip-pip-egg-info-ru06upzw
cwd: /tmp/pip-req-build-i8y26swa/
Complete output (53 lines):
(running 'icu-config --version')
(running 'pkg-config --modversion icu-i18n')
Traceback (most recent call last):
File "/tmp/pip-req-build-i8y26swa/setup.py", line 63, in <module>
ICU_VERSION = os.environ['ICU_VERSION']
File "/usr/local/lib/python3.7/os.py", line 681, 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 "/tmp/pip-req-build-i8y26swa/setup.py", line 66, in <module>
ICU_VERSION = check_output(('icu-config', '--version')).strip()
File "/tmp/pip-req-build-i8y26swa/setup.py", line 19, in check_output
return subprocess_check_output(popenargs)
File "/usr/local/lib/python3.7/subprocess.py", line 411, in check_output
**kwargs).stdout
File "/usr/local/lib/python3.7/subprocess.py", line 488, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'icu-config': 'icu-config'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/pip-req-build-i8y26swa/setup.py", line 69, in <module>
ICU_VERSION = check_output(('pkg-config', '--modversion', 'icu-i18n')).strip()
File "/tmp/pip-req-build-i8y26swa/setup.py", line 19, in check_output
return subprocess_check_output(popenargs)
File "/usr/local/lib/python3.7/subprocess.py", line 411, in check_output
**kwargs).stdout
File "/usr/local/lib/python3.7/subprocess.py", line 488, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config': 'pkg-config'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-i8y26swa/setup.py", line 74, in <module>
''')
RuntimeError:
Please install pkg-config on your system or set the ICU_VERSION environment
variable to the version of ICU you have installed.
packages.txt already has this
pkg-config
Yet the error messages seem to ask to have it installed again.
The app is
https://share.streamlit.io/ffreemt/st-bumblebee-aligner/dev/st_app.py
It has been running for quite a while. A user tried to run it and crashed the app. It wont boot up now.
Would you please have a look and help me fix the problem?
Thanks a lot.