Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks in python 3.9 and up due to calls to time.clock() in Kernel.py #10

Open
champoll opened this issue Aug 8, 2023 · 0 comments
Open

Comments

@champoll
Copy link

champoll commented Aug 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant