Segmentation fault (core dumped)
Opened this issue · 0 comments
kaushalyap commented
When I am executing
pip install -r requirements.txt
I am getting
Successfully installed asn1crypto-0.24.0 certifi-2019.9.11 cffi-1.13.1 chardet-3.0.4 click-7.0 cryptography-2.8 enum34-1.1.6 idna-2.8 ipaddress-1.0.23 javalang-0.12.0 jinja2-2.10.3 markupsafe-1.1.1 pluginbase-1.0.0 pycparser-2.19 pyopenssl-19.0.0 requests-2.22.0 six-1.12.0 urllib3-1.25.6
Segmentation fault (core dumped)
Anyway I go ahead to next step, since all seems successfully installed.
pip install . --use
but in that step also I get following
Successfully built pluginbase pycparser
Installing collected packages: click, six, javalang, MarkupSafe, jinja2, pluginbase, urllib3, certifi, chardet, idna, enum34, ipaddress, pycparser, cffi, cryptography, pyOpenSSL, requests, qark
Running setup.py install for qark ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-0Uskm4-build/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-RvK20c-record/install-record.txt --single-version-externally-managed --compile --user --prefix=:
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-0Uskm4-build/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-RvK20c-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code -11 in /tmp/pip-0Uskm4-build/
Segmentation fault (core dumped)
I checked things on from my side according to this post
- python installation seem fine, since it install other packages successfully.
- I am not working with lot of data and RAM is not full.
- I am not using
virtualenv
I am using
Distro: Linux Mint 19.2 Tina
Kernel release: 4.15.0-66-generic
Please help!