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

Chatterbot Installation Issue #1967

Closed
hdkhoa162 opened this issue May 5, 2020 · 4 comments
Closed

Chatterbot Installation Issue #1967

hdkhoa162 opened this issue May 5, 2020 · 4 comments
Labels

Comments

@hdkhoa162
Copy link

Hi guys,

I have an issue with installing chatterbot 1.0.5 in the docker image (amd64/python:3.7.3). It hangs in "installing collected packages". What is this problem?

@mmoore7
Copy link

mmoore7 commented May 15, 2020

How long have you waited? When I install chatterbot in a virtual environment, it can take up to 10 minutes.

@hdkhoa162
Copy link
Author

I waited for 30 mins

@Thrillerbuddy
Copy link

Probably it must be an Memory issue, the virtual env memory for me earlier was 2GB and it maxed out and throwed up error Killed and then increased the memory to 8GB and got successfully installed chatterbot.

@gunthercox
Copy link
Owner

ChatterBot should install in less than a minute on most systems. I think the length of time you experienced may be an issue with memory as @Thrillerbuddy suggested, possibly in conjunction with some of the libraries C dependencies such as Spacy trying to build. I've released changes from #2027 that should resolve this installation issue, or at least make is clearer to to which library is actually causing the issue. I hope this change helps.

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

No branches or pull requests

4 participants