Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sohrab-crowdian opened this issue Feb 10, 2023 · 8 comments
Open

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

sohrab-crowdian opened this issue Feb 10, 2023 · 8 comments

Comments

@sohrab-crowdian
Copy link

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

@datavistics
Copy link

Just ran into this!

@datavistics
Copy link

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

@csuestc
Copy link

csuestc commented Feb 15, 2023

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

@kingbragger
Copy link

Just got this now

@xaiguy
Copy link

xaiguy commented Feb 21, 2023

@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.

@marscod
Copy link

marscod commented Feb 22, 2023

Added PR #12

@astonzhang
Copy link
Contributor

Just merged #14

@Niro73
Copy link

Niro73 commented Feb 23, 2023

‌Added PR #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants