-
I just trying to install onto: ` Building wheel for misaka (setup.py) ... error Full errors attached...... |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hello @jalsco, it'd be much more convenient for other people trying to help you if you pasted the error you received in text form instead of a hardly readable screenshot. Not everybody is able to decipher dark red text on a dark background, and some people rely on screen readers or other accessibility tools. First, please state the exact steps you took while installing. Which debian packages did you install before attempting to run the Second, installing isso directly via Third, since you helpfully pasted the log of the error you received, here's the important part:
Researching the issue surfaces a few solutions which you might try, for example this one. The isso documentation for installation instructs you to install following system packages before attempting to install
For python3, that should be If you'd like, you can open a Pull Request to change that in the documentation. Isso does not support python2 since #613. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I will try those steps and report back. |
Beta Was this translation helpful? Give feedback.
-
@jalsco did you ever get to test out the suggestions presented to you? If so, would you mind creating that PR to the documentation to help out others with the same issue? |
Beta Was this translation helpful? Give feedback.
Hello @jalsco, it'd be much more convenient for other people trying to help you if you pasted the error you received in text form instead of a hardly readable screenshot. Not everybody is able to decipher dark red text on a dark background, and some people rely on screen readers or other accessibility tools.
To paste blocks of code, you surround the block in triple backticks (```)
First, please state the exact steps you took while installing. Which debian packages did you install before attempting to run the
pip
command that errors out for you?Second, installing isso directly via
pip
from themaster
branch is not one of the documented options.Third, since you helpfully pasted the log o…