Forum in maintenance, we will back soon π
Stuck at Part 1: "Connect with APIs"
Hello,
Just joined Power Member today and already finding the course to be so informative and helpful.
I'm stuck at the chapter mentioned in title. Screenshot attached.
Please advise me on what I did wrong? Thanks in advance.
Okay, solved. Turns out, I have to install requests module.
However, in the previous class, it was written that requests was already "built-in". I took that to mean that the module was already included with Python. XD
@dfby999 I was about to tell you to install the requests library. Glad you figured it out. Happy to see you here and happy to help.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
Posted by: @admin@dfby999 Great!
can you please point out where I mentioned that it is built in, maybe it is my mistake
Hello Hasan @admin,
Here, you mentioned that the module was "built-in", so I took it to mean that it was already included in the Python pack.
Β
Cheers
Β
@dfby999 thanks for the information. I'm sure @Hasan will remove the word built-in from the course material.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@dfby999, sometimes, when you use a package in almost 80% of your scripts, you forget that it is not a built-in package. I apologize for that, andΒ I really appreciate your support, I removed that word π
@admin it is the auto-installation during installing BeautifulSoup that got you.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@ssadvisor yeah you are right, maybe it is being installed automatically with other packages.