PolyAI-LDN / conversational-datasets

Large datasets for conversational AI
Apache License 2.0
1.29k stars 167 forks source link

apache-beam==2.5.0 requirements error #67

Closed virattt closed 4 years ago

virattt commented 4 years ago

Hey, I am trying to install the requirements for this codebase via:

pip install -r requirements.txt

but am getting this error:

ERROR: No matching distribution found for apache-beam==2.5.0 (from -r conversational-datasets/requirements.txt (line 2))

I tried to fix this by installing apache-beam==2.5.0 via pip, but pip complains that it cannot find that distribution. After investigation, it looks like the latest version on pypi is 2.2.0:

https://pypi.org/project/apache-beam/

Any suggestions on how to proceed? Thank you!

virattt commented 4 years ago

Looks like I need to use python 2.7, which is not possible for me (on Windows) nor desirable. Closing ticket