Python Forum
Old problem back hunting me installing
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Old problem back hunting me installing
#1
Hello
Been a long time, but been working hard to learn python.
I can solve most of my problems. I can't understand this one at all.
I have python 2.7.14 and python3.6.4 installed.
I am trying to install bs4 and requests on python 3.6.4,


See the try below

Output:
C:\Python36\Scripts>pip install beautifulsoup4 requests lxml Requirement already satisfied: beautifulsoup4 in c:\python27\lib\site-packages (4.6.0) Requirement already satisfied: requests in c:\python27\lib\site-packages (2.18.4) Requirement already satisfied: lxml in c:\python27\lib\site-packages (4.2.1) Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\python27\lib\site-packages (from requests) (1.22) Requirement already satisfied: idna<2.7,>=2.5 in c:\python27\lib\site-packages (from requests) (2.6) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python27\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in c:\python27\lib\site-packages (from requests) (2018.1.18)
Output:
C:\Python36\Scripts>pip install beautifulsoup4 requests lxml Requirement already satisfied: beautifulsoup4 in c:\python27\lib\site-packages (4.6.0) Requirement already satisfied: requests in c:\python27\lib\site-packages (2.18.4) Requirement already satisfied: lxml in c:\python27\lib\site-packages (4.2.1) Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:\python27\lib\site-packages (from requests) (1.22) Requirement already satisfied: idna<2.7,>=2.5 in c:\python27\lib\site-packages (from requests) (2.6) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\python27\lib\site-packages (from requests) (3.0.4) Requirement already satisfied: certifi>=2017.4.17 in c:\python27\lib\site-packages (from requests) (2018.1.18)
you can see I am in python3.6.4 dir. C:\Python36\Scripts>
when I use 'pip list' the same list come up and they all in 2.7.
I just can't get it to install python 3.6.4.
See their something new about python3.6.4?

Thank you
renny Wall
Reply


Messages In This Thread
Old problem back hunting me installing - by Blue Dog - May-25-2018, 01:14 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  A problem with installing scrapy Truman 17 9,778 May-24-2020, 07:55 PM
Last Post: Truman

Forum Jump:

User Panel Messages

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