Hi there,
I was trying to run locally my own exercises to follow the course, and I’m new to python. So i installed recently and updated the pip.
I had a problem at the Chatbot section, i keep getting this error
NameError: name ‘collect_messages’ is not defined
I tried installing collect messages using pip / pip3, but i also get an error
Installing build dependencies … done
Getting requirements to build wheel … error
error: subprocess-exited-with-error
Do i need to install something else before installing collect messages?
Thanks