Closed rvencu closed 3 years ago
Oh, I just saw you changed this already but pip install keeps pushing a version without this change (0.9.2)
solved with
pip uninstall aiml
python -m pip install git+https://github.com/Calysto/aiml
Thanks for the note. Yes, looks like we need to create a new pip install. We're going through some re-org. More on that soon.
Python 3.8 removed time.clock() so there is need for a workaround to overcome this error:
AttributeError: module 'time' has no attribute 'clock'