mm-cot icon indicating copy to clipboard operation
mm-cot copied to clipboard

requirements.txt refers to both nltk==3.5 and nltk==3.8.

Open sohrab-crowdian opened this issue 2 years ago • 8 comments

Firstly, thank you for sharing your work.

requirements.txt refers to both nltk==3.5 and nltk==3.8.

This causes error when installing requirements.txt.

For now I am trying to proceed by removing nltk==3.5 from requirements.txt

sohrab-crowdian avatar Feb 10 '23 03:02 sohrab-crowdian

Just ran into this!

datavistics avatar Feb 10 '23 12:02 datavistics

Also rich is missing. I believe this is the lib used in main.py: https://rich.readthedocs.io/en/stable/introduction.html

datavistics avatar Feb 10 '23 12:02 datavistics

@datavistics @sohrab-crowdian have you run the project? Is it working?

csuestc avatar Feb 15 '23 05:02 csuestc

Just got this now

kingbragger avatar Feb 15 '23 13:02 kingbragger

@csuestc It does for me after removing nltk==3.5, downloading the rich library from the above link and removing the version from the huggingface-hub requirement.

xaiguy avatar Feb 21 '23 12:02 xaiguy

Added PR https://github.com/amazon-science/mm-cot/pull/12

marscod avatar Feb 22 '23 03:02 marscod

Just merged https://github.com/amazon-science/mm-cot/pull/14

astonzhang avatar Feb 22 '23 03:02 astonzhang

‌Added PR #14

Niro73 avatar Feb 23 '23 00:02 Niro73