Closed Ge0 closed 6 years ago
had the same. turns out my ubuntu pip was defaulting to a 2.7 version and not a 3. I installed python3-pip and used that instead pip3 install discurse and that worked.
It's fixed by the way.
Using pip
to install Discurses threw an error about the running Python version for me as well. After installing python3-pip
and using pip3
to install Discurses the installation worked without error. Shouldn't the installation instructions (readme) be adjusted for this?
from @warshanks
The concerned line should not appear in setup.py anyway.
Still, I have no problem while setting up discurses.