keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
350 stars 135 forks source link

kik 1.5.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible. #167

Closed elcolie closed 6 years ago

elcolie commented 6 years ago

During the installation pip install programy Python 3.7.0 pip 18.0

kik 1.5.0 has requirement six==1.10.0, but you'll have six 1.11.0 which is incompatible.

Will it be a problem in the future?

keiffster commented 6 years ago

I don’t currently support python 3.7. That does not mean it won’t work I’ve just not got round to installing it and testing

Feel free to bump the version of kik in requirements.txt as I assume it will work as the new version of kik is just bug fixes

elcolie commented 6 years ago

Looking forward to seeing your release. I will leave this open and let you close when you are done. During this time I will follow your reply by bumping up the version.

Thank you very much for your answer.

keiffster commented 6 years ago

Ver 3.x will support Python 3.7 and will have all dependency libraries raised to the latest versions

elcolie commented 6 years ago

Have you ever tried pip-tools? It will manage your dependencies and let them up to date every time you generate a package.