IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
476 stars 73 forks source link

The keyring library issue while installing in ubuntu 18.04 #8

Closed madhavanpallan closed 4 years ago

madhavanpallan commented 4 years ago

Issue:- While locally installing clai the keyring library which forms one of the requirements for some library gives the following error.

keyring_issue Error:- ModuleNotFoundError: No module named "keyring.util.escape" Screenshot: - https://user-images.githubusercontent.com/9550258/73778696-9a9f1600-4759-11ea-9aec-42add7ffe7fb.png

Solution:- As after keyring version 15.0.0 they removed keyring.util.escape. It can be solved running "pip3 install --upgrade keyring.alt" Reference:- https://bugs.launchpad.net/usd-importer/+bug/1794041\

flipper83 commented 4 years ago

Hi @madhavanpallan did you check the upgrade fix in your machine? and is it working? I'll going to try to reproduce the bug and the fix. Thank you.

madhavanpallan commented 4 years ago

Hi @flipper83, yes I was able to reproduce and apply the solution.

flipper83 commented 4 years ago

I was checking and the fix crash in Mac. I'm going to check if we can search a fix for all versions