Сбор пожертвований на сервер для UBUNTU.RU
0 Пользователей и 1 Гость просматривают эту тему.
ERROR: Could not find a version that satisfies the requirement python3-fontconfig (from versions: none)ERROR: No matching distribution found for python3-fontconfig
Could not find a version that satisfies the requirement python3-fontconfig (from versions: none)
sudo pip3 install python-fontconfig
Collecting python-fontconfig Downloading Python-fontconfig-0.5.1.tar.gz (45 kB) |████████████████████████████████| 45 kB 605 kB/s Building wheels for collected packages: python-fontconfig Building wheel for python-fontconfig (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6i84w77w/python-fontconfig/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6i84w77w/python-fontconfig/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 /tmp/pip-wheel-naet2ytj cwd: /tmp/pip-install-6i84w77w/python-fontconfig/ Complete output (71 lines): running bdist_wheel running build running build_ext building 'fontconfig' extension creating build creating build/temp.linux-x86_64-3.8 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c fontconfig.c -o build/temp.linux-x86_64-3.8/fontconfig.o fontconfig.c: In function ‘__Pyx_GetException’: fontconfig.c:4528:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4528 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4529:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4529 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4530:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4530 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c:4531:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4531 | tstate->exc_type = local_type; | ^~~~~~~~ | curexc_type fontconfig.c:4532:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4532 | tstate->exc_value = local_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4533:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4533 | tstate->exc_traceback = local_tb; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c: In function ‘__Pyx_ExceptionSave’: fontconfig.c:4738:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4738 | *type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4739:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4739 | *value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4740:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4740 | *tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c: In function ‘__Pyx_ExceptionReset’: fontconfig.c:4749:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4749 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4750:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4750 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4751:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4751 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c:4752:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4752 | tstate->exc_type = type; | ^~~~~~~~ | curexc_type fontconfig.c:4753:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4753 | tstate->exc_value = value; | ^~~~~~~~~ | curexc_value fontconfig.c:4754:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4754 | tstate->exc_traceback = tb; | ^~~~~~~~~~~~~ | curexc_traceback error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for python-fontconfig Running setup.py clean for python-fontconfigFailed to build python-fontconfigInstalling collected packages: python-fontconfig Running setup.py install for python-fontconfig ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6i84w77w/python-fontconfig/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6i84w77w/python-fontconfig/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-j18kal1m/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-fontconfig cwd: /tmp/pip-install-6i84w77w/python-fontconfig/ Complete output (71 lines): running install running build running build_ext building 'fontconfig' extension creating build creating build/temp.linux-x86_64-3.8 x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c fontconfig.c -o build/temp.linux-x86_64-3.8/fontconfig.o fontconfig.c: In function ‘__Pyx_GetException’: fontconfig.c:4528:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4528 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4529:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4529 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4530:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4530 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c:4531:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4531 | tstate->exc_type = local_type; | ^~~~~~~~ | curexc_type fontconfig.c:4532:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4532 | tstate->exc_value = local_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4533:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4533 | tstate->exc_traceback = local_tb; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c: In function ‘__Pyx_ExceptionSave’: fontconfig.c:4738:21: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4738 | *type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4739:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4739 | *value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4740:19: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4740 | *tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c: In function ‘__Pyx_ExceptionReset’: fontconfig.c:4749:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4749 | tmp_type = tstate->exc_type; | ^~~~~~~~ | curexc_type fontconfig.c:4750:25: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4750 | tmp_value = tstate->exc_value; | ^~~~~~~~~ | curexc_value fontconfig.c:4751:22: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4751 | tmp_tb = tstate->exc_traceback; | ^~~~~~~~~~~~~ | curexc_traceback fontconfig.c:4752:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’? 4752 | tstate->exc_type = type; | ^~~~~~~~ | curexc_type fontconfig.c:4753:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’? 4753 | tstate->exc_value = value; | ^~~~~~~~~ | curexc_value fontconfig.c:4754:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_traceback’; did you mean ‘curexc_traceback’? 4754 | tstate->exc_traceback = tb; | ^~~~~~~~~~~~~ | curexc_traceback error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ----------------------------------------ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6i84w77w/python-fontconfig/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6i84w77w/python-fontconfig/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-j18kal1m/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/python-fontconfig Check the logs for full command output.
Страница сгенерирована за 0.046 секунд. Запросов: 25.