alexa / teach

TEACh is a dataset of human-human interactive dialogues to complete tasks in a simulated household environment.
132 stars 26 forks source link

Support for Python 3.9? #14

Open yukw777 opened 2 years ago

yukw777 commented 2 years ago

README.md states that only python version >=3.7 and <=3.8 are supported but setup.py only specifies >=3.7. Is Python 3.9 officially supported?

aishwaryap commented 2 years ago

Currently Python 3.9 is not supported as one of our dependencies does not work with it.

yukw777 commented 2 years ago

@aishwaryap Thank you! Could you tell me which dependency is not compatible with python 3.9? I'd like to keep track of it myself too.