jbkinney / logomaker

Software for the visualization of sequence-function relationships
MIT License
179 stars 34 forks source link

Segmentation fault: 11 #17

Closed chemgeeklian closed 3 years ago

chemgeeklian commented 3 years ago

Hi, I have installed logomaker from pip. But whenever I import logomaker in my jupyter notebook, the kernel will die. And when I import logomaker in python command line, it outputs Segmentation fault: 11, and ends my process.

My python version is Python 3.7.4, the operating system is macOS Big Sur.

Thank you if you could take a look!

atareen commented 3 years ago

Hi, I think this issue may be specific to Big Sur and python 3.7 and not an issue with logomaker itself. Are you able to import matplotlib? Can you try importing logomaker in a different version of python, perhaps in a virtualenv? It will be possible to isolate the issue that way. Let me know.

chemgeeklian commented 3 years ago

Thank you, yes, I can import matplotlib in python 3.7. And seems python 3.7 is the issue. I successfully imported logomaker in python 3.9.