-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
I'm trying to install Jsnapy in MobaXterm , however I'm facing the below error:
ERROR: Command errored out with exit status 1:
command: /bin/python3.6 /usr/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-oq_dz3bx/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"''
cwd: None
Complete output (25 lines):
Collecting setuptools>=40.6.0
Using cached https://files.pythonhosted.org/packages/d9/de/554b6310ac87c5b921bc45634b07b11394fe63bc4cb5176f5240addf18ab/setuptools-41.6.0-py2.py3-none-any.whl
Collecting wheel
Using cached https://files.pythonhosted.org/packages/00/83/b4a77d044e78ad1a45610eb88f745be2fd2c6d658f9798a15e384b7d57c9/wheel-0.33.6-py2.py3-none-any.whl
Collecting cffi!=1.11.3,>=1.8
Using cached https://files.pythonhosted.org/packages/2d/bf/960e5a422db3ac1a5e612cb35ca436c3fc985ed4b7ed13a1b4879006f450/cffi-1.13.2.tar.gz
ERROR: Command errored out with exit status 1:
command: /bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-4dz3yhx9/cffi/setup.py'"'"'; file='"'"'/tmp/pip-install-4dz3yhx9/cffi/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-install-4dz3yhx9/cffi/pip-egg-info
cwd: /tmp/pip-install-4dz3yhx9/cffi/
Complete output (13 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-4dz3yhx9/cffi/setup.py", line 148, in
use_pkg_config()
File "/tmp/pip-install-4dz3yhx9/cffi/setup.py", line 111, in use_pkg_config
_ask_pkg_config(include_dirs, '--cflags-only-I', '-I', sysroot=True)
File "/tmp/pip-install-4dz3yhx9/cffi/setup.py", line 24, in _ask_pkg_config
stdout=subprocess.PIPE)
File "/usr/lib/python3.6/subprocess.py", line 730, in init
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1365, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'pkg-config'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: /bin/python3.6 /usr/lib/python3.6/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-oq_dz3bx/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.