简体   繁体   中英

Error installing chatterbot, stuck on spacy

I try to install chatterbot, but there comes a time when it's in a loop to install spacy. appears written:
Using cached spacy-2.1.8.tar.gz (30.7 MB)
Installing build dependencies...
After waiting some time it returns 145 lines of errors.
I already have spacy V3.2.1 installed, I don't know what else to do...

I using:
Windows 11
Python 3.9.6

Install chatterbot from it's source: https://github.com/gunthercox/ChatterBot/archive/master.zip

Then unzip the file.

After open up cmd and type in: cd chatter_bot_master_directory

Finally just type: python(3) setup.py install

From this post

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM