Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't install Phython
#1
Hi there! How are you? Hope you're fine

I was trying to install Phython on my machine to run a script. I downloaded requests-2.22.0 and beautifulsoup4-4.8.2

However, I tried to install them but I got thid

https://prnt.sc/qvkf5d

WHat am mI missing?

Thank you :)
Reply
#2
1st: please post code on the forum not the images of it.

You dont really need to download them directly anymore. Just use pip which is in python installation.

to install beautifulsoup 4
pip install bs4

to install requests
pip install requests

check here for more information.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to insert record into MySQL using Phython abhay_kala 1 2,233 Dec-06-2019, 04:34 PM
Last Post: abhay_kala
  phython language java integration jammytcs123123 1 2,265 Jul-04-2018, 03:13 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020