Open peterdutton opened 5 years ago
I Can not guess what makes the error. But u can try anther way to install it.
remove your mycli. try to pip install mycli
OR easy_install mycli
I Can not guess what makes the error. But u can try anther way to install it. remove your mycli. try to
pip install mycli
OReasy_install mycli
Throws the same error message.
I have to correct this statement: easy_install mycli
works, whereas the pip install mycli
or pip3 install mycli
results in the same error message.
It seems this is related to prompt_toolkit, mycli uses a newer version than ubuntu/debian has installed and that causes conflicts. I'd suggest to install mycli in a virtualenv: (as non-root user)
virtualenv ~/mycli
~/mycli/bin/pip install mycli
ln -s ~/mycli/bin/mycli ~/bin/mycli
Hi - I'm on Ubuntu 16.04LTS. My terminal output shows the install and runtime error:
Any suggestions on how I can get around this?
Thanks