orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

Not running in Centos8 #294

Open cvillegas opened 4 years ago

cvillegas commented 4 years ago

Running it for the first time, after I entered the PIN I got this error

double free or corruption (out)
Aborted (core dumped)

My setup

Centos 8 kernel: 4.18.0-147.8.1.el8_1.x86_64 python: Python 3.8.3

pip freeze: arrow==0.15.6 certifi==2020.4.5.1 chardet==3.0.4 idna==2.9 Pillow==7.1.2 pocket==0.3.6 pyfiglet==0.8.post1 PySocks==1.7.1 python-dateutil==2.8.1 rainbowstream==1.5.2 readline==6.2.4.1 requests==2.23.0 six==1.15.0 twitter==1.18.0 urllib3==1.25.9

gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.3.1 20190507 (Red Hat 8.3.1-4) (GCC)

Any ideas?