Closed ghost closed 7 years ago
This should be fixed by the commit a7c1fbc711c737d5bbc6b80170af63c83ad40d4b where version of the six
library is pinned
Found it: As pip
now pulls in six 0.11 (at least on my distribution), this fix no longer works
I am getting the same error and pip now pulls six 1.12.0.
yeah, that's been fixed in the 0.11.x branch
How do I ensure it works? I do pip install six==1.11.0 ?
that's Askbot's 0.11.x branch
@sebastian-philipp oh ok. I am following these instructions https://computingforgeeks.com/setup-askbot-ubuntu-18-04-with-nginx-and-letsencrypt-ssl/ how do I ensure I am using Askbot's 0.11.x branch?
now what I do is:
git clone git://github.com/ASKBOT/askbot-devel.git
which both work but then I do: askbot-setup and I get
Traceback (most recent call last):
File "/srv/askbot_2/venv/bin/askbot-setup", line 6, in
I would get a similar error with python setup.py develop as well.
Any suggestions to fix this would be greatly appreciated.
can you create a new issue for this?
created a new issue for this https://github.com/ASKBOT/askbot-devel/issues/839
This is the fix:
pip install six==1.10.0
You're welcome!
Hello, trying to install Askbot via
But when I try to run any command like
I receive an
Is there anything missing?