You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing with ``pip install aiml'', loading a kernel breaks due to calls to time.clock() in Kernel.py, making the package nonfunctional. Python 3.9 and up has removed time.clock(). This bug appears to have been patched at https://github.com/ArtificialIntelligenceToolkit/aiml/tree/master/aiml but pip seems to install an unpatched version.
The text was updated successfully, but these errors were encountered:
After installing with ``pip install aiml'', loading a kernel breaks due to calls to time.clock() in Kernel.py, making the package nonfunctional. Python 3.9 and up has removed time.clock(). This bug appears to have been patched at https://github.com/ArtificialIntelligenceToolkit/aiml/tree/master/aiml but pip seems to install an unpatched version.
The text was updated successfully, but these errors were encountered: