[Bug 1817228] Re: pip install scrapy and python -m pip install scrapy cause seg fault

2020-08-29 Thread Kai Kasurinen
*** This bug is a duplicate of bug 1821483 *** https://bugs.launchpad.net/bugs/1821483 ** This bug has been marked a duplicate of bug 1821483 pip crashes when reinstalling native wheels -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1817228] Re: pip install scrapy and python -m pip install scrapy cause seg fault

2019-02-23 Thread Pete
I ran it with valgrind and turned binaries off for pip: valgrind --log-file="scrapy-valgrind" --leak-check=yes pip install --no- binary :all: --global-option build --global-option --debug scrapy and it worked! So this should work as well: pip install --no-binary :all: -- You received this bu

[Bug 1817228] Re: pip install scrapy and python -m pip install scrapy cause seg fault

2019-02-23 Thread Pete
ran it with strace, last few lines are: rmdir("/tmp/pip-build-_sXoIB/incremental") = 0 lstat("/tmp/pip-build-_sXoIB/pyOpenSSL", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/tmp/pip-build-_sXoIB/pyOpenSSL", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 openat(AT_FDCWD, "/tmp/pip-build-

[Bug 1817228] Re: pip install scrapy and python -m pip install scrapy cause seg fault

2019-02-21 Thread Pete
Upgraded gcc to 8 and set it to be used via sudo update-alternatives --config gcc, still have same problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1817228 Title: pip install scrapy and python

[Bug 1817228] Re: pip install scrapy and python -m pip install scrapy cause seg fault

2019-02-21 Thread Pete
I upgraded to Ubuntu 18.04, and now it gets to: Successfully installed Automat-0.7.0 PyDispatcher-2.0.5 PyHamcrest-1.9.0 Twisted-18.9.0 asn1crypto-0.24.0 attrs-18.2.0 cffi-1.12.1 constantly-15.1.0 cryptography-2.5 cssselect-1.0.3 enum34-1.1.6 functools32-3.2.3.post2 hyperlink-18.0.0 idna-2.8 in