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

12 python 38 #16

Closed flipper83 closed 4 years ago

flipper83 commented 4 years ago

:pushpin: References

:tophat: What is the goal?

In the issue we have a problem executing background process with python 3.8 and the install CLAI crash.

:memo: How is it being implemented?

The problem is related with the creation of the services, for this reason we modify the pattern of the execution moving the creation to the constructor and providing the dependency using a Singleton pattern.

:boom: How can it be tested?

If it cannot be tested explain why.