saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.46k stars 82 forks source link

ImportError: libsixel not found. #100

Closed happyprotean closed 4 years ago

happyprotean commented 4 years ago

Hi, sir. I "pip install libsixel-python" in my anaconda environment and it shows libsixel-python is instlled. But when I import libsixel in code, an error arises: "ImportError: libsixel not found." What is the problem? image

saitoha commented 4 years ago

You have to install libsixel. libsixel-python is just a python binding for libsixel.