cher-nov / cryptg

Official Telethon extension to provide much faster cryptography for Telegram API requests.
https://pypi.org/project/cryptg/
Creative Commons Zero v1.0 Universal
75 stars 24 forks source link

Segmentation fault during install #7

Closed Lonami closed 3 years ago

Lonami commented 3 years ago

Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic Info: Linux 4.15.0-135-generic 139-Ubuntu SMP Mon Jan 18 17:38:24 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux Command: pip3 install cryptg

Traceback:

Collecting cryptg
  Using cached https://files.pythonhosted.org/packages/48/0c/ebe7da964655cbae03c369b4da8375eaec8ae51d11212f946355180c15a1/cryptg-0.2.post2-cp36-cp36m-manylinux1_x86_64.whl
Collecting pycparser (from cryptg)
  Using cached https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
Collecting cffi>=1.0.0 (from cryptg)
  Using cached https://files.pythonhosted.org/packages/1c/1a/90fa7e7ee05d91d0339ef264bd8c008f57292aba4a91ec512a0bbb379d1d/cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl
Installing collected packages: pycparser, cffi, cryptg
Successfully installed cffi-1.14.4 cryptg-0.2.post2 pycparser-2.20
Segmentation fault (core dumped)

Reported in https://t.me/TelethonChat/300519.

I'm not sure if there's something we can do about this, I'm not familiar with the installation process.

Lonami commented 3 years ago

Python 3.6.9, seems reinstalling fixed it? https://t.me/TelethonChat/300534