thu-coai / ConvLab-2

ConvLab-2: An Open-Source Toolkit for Building, Evaluating, and Diagnosing Dialogue Systems
Apache License 2.0
455 stars 133 forks source link

[Maintenance]: Python 3.7+ support. #202

Closed alexcoca closed 3 years ago

alexcoca commented 3 years ago

Describe the feature Python 3.6 hits end of life support come December, so in order to use the latest language features and integrate with libraries, convlab2 should support 3.7+.

Expected behavior pip install -e . does not throw any errors when installed in a python 3.8 conda environment.

zqwerty commented 3 years ago

thanks! will fix this in a few days

zqwerty commented 3 years ago

I've tested on python 3.7&3.8, installed it without any errors