Python Forum
Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1
#5
I think the intending and proper method is invoking the python interpreter of the version you want as already described
https://docs.python.org/3/installing/ind...n-parallel

But if you are on insisting to use pip3 to link to your 3.6, you could create a virutalenv
pip3 -p python3.6 virtualenv myenv
then install to your virtualenv after activating
pip3 install pyperclip
but personally i would just use python3.6 -m pip install pyperclip
as then its easier to decipher which version of python pip your using when searching packages
Recommended Tutorials:
Reply


Messages In This Thread
RE: Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 - by metulburr - May-16-2017, 01:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  confusion on importing modules carter187 4 486 Mar-03-2024, 08:11 PM
Last Post: snippsat
  How do I organize my simple ftp modules? blobdx7 3 617 Jan-05-2024, 01:23 PM
Last Post: Gribouillis
  Different Ways to Import Modules RockBlok 2 650 Dec-11-2023, 04:29 PM
Last Post: deanhystad
  How can prepare the modules when compiling python3.11? luofeiyu 1 657 Sep-28-2023, 03:50 PM
Last Post: deanhystad
  Help with variable in between modules llxxzz 5 900 Jul-31-2023, 04:20 PM
Last Post: Gribouillis
  What's the best way for multiple modules to handle database activity? SuchUmami 3 739 Jul-08-2023, 05:52 PM
Last Post: deanhystad
  Lost Modules standenman 2 780 Jun-22-2023, 12:18 PM
Last Post: standenman
  Modules GrahamLab 1 871 Apr-13-2023, 09:38 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,740 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Import Modules TheBunyip 4 1,302 Mar-10-2023, 04:47 PM
Last Post: buran

Forum Jump:

User Panel Messages

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