Error on installing libraries

I have an error installing a “chatterbot” library. I have some error images, if anyone knows how to solve it, comment, i would appreciate!

Python: Version 3.8.2.
Command: “pip install chatterbot”.
Aplication: Windows CMD.

Images: http://prntscr.com/r9543q, http://prntscr.com/r954az.

1 Like

It seems that it fails during compilation of c code (msvc/clang). There’s also an error message indicating something about the system not being able to find some file. I’m not sure, but you might be missing msvc compiler.

1 Like