libsixel
libsixel copied to clipboard
raise ImportError("libsixel not found.")
I had tried installing libsixel using "pip install libsixel-python" and using python setup.py install after downloading the library. It was installed successively however when trying to import any thing from the library the following message appears
"Traceback (most recent call last):
File "
The module is merely a wrapper and you will have to install libsixel, the library. I recommend using the Windows Subsystem for Linux if you would want to proceed.