ArtificialIntelligenceToolkit / aiml

Artificial Intelligence Markup Language chatbot tools
Other
30 stars 24 forks source link

Windows + Python 3.8 breaks the package #9

Closed rvencu closed 3 years ago

rvencu commented 3 years ago

Python 3.8 removed time.clock() so there is need for a workaround to overcome this error:

AttributeError: module 'time' has no attribute 'clock'

rvencu commented 3 years ago

Oh, I just saw you changed this already but pip install keeps pushing a version without this change (0.9.2)

rvencu commented 3 years ago

solved with

pip uninstall aiml
python -m pip install git+https://github.com/Calysto/aiml
dsblank commented 3 years ago

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.