Hello,
I apologize in advance if this question seems silly. I’m totally new to this and trying to follow the instructions from this blog (How to Build a Digital Virtual Assistant in Python - ActiveState).
The problem I’m running into is in step 2, where I first have to import several libraries.
I’ve tried copypasting the code from the blog straight into the command prompt, and adding “state” in the beginning, and breaking up each line and typing or copying them in, with and without “state”.
If I don’t put “state” I get the error message “‘import’ is not recognized as an internal or external command, operable program or batch file.”
If I do put “state” in the beginning, I get “x Cannot obtain change request”.
Can someone help a total newb figure out where I’m messing up? Reading through the blog this process seemed simple enough that I thought I could do it, but now I’m feeling like I did 15 years ago when I failed Java Programming 101 .