Closed replay closed 4 years ago
I'm getting a Segmentation Fault when I'm trying to use this module on Ubuntu 18.04. On both Python 2.7 and also 3.6:
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) [GCC 7.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pick >>> pick.pick(['abc']) Segmentation fault (core dumped)
Python 3.6.6 (default, Sep 12 2018, 18:26:19) [GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pick >>> pick.pick(['abc']) Segmentation fault (core dumped)
This system is up2date with all the system packages, as of 2018.09.24.
Thanks, can you try to investigate more on this? as I don't have Ubuntu 18.04
I'm getting a Segmentation Fault when I'm trying to use this module on Ubuntu 18.04. On both Python 2.7 and also 3.6:
This system is up2date with all the system packages, as of 2018.09.24.