Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install a library manually
#7
Quote:Isn't this playing with fire?
This is just basically manually doing what pip or setup.py does for you. Except instead of building the library with setup, you are just downloading your systems pre-built via the wheel, and bypassing pip. https://docs.python.org/2/install/#how-i...tion-works

Quote:but pip should be a first advice in all cases.
In the event there is a problem i think alternatives should be documented here.
Recommended Tutorials:
Reply


Messages In This Thread
Install a library manually - by metulburr - Nov-04-2016, 07:23 PM
RE: Install a library manually - by Larz60+ - Nov-04-2016, 07:30 PM
RE: Install a library manually - by snippsat - Nov-04-2016, 07:45 PM
RE: Install a library manually - by Larz60+ - Nov-04-2016, 07:58 PM
RE: Install a library manually - by metulburr - Nov-04-2016, 08:31 PM
RE: Install a library manually - by snippsat - Nov-04-2016, 09:11 PM
RE: Install a library manually - by metulburr - Nov-04-2016, 09:55 PM
RE: Install a library manually - by Larz60+ - Nov-04-2016, 10:04 PM
RE: Install a library manually - by metulburr - Nov-06-2016, 04:47 PM
RE: Install a library manually - by Larz60+ - Nov-06-2016, 05:13 PM
RE: Install a library manually - by metulburr - Nov-06-2016, 05:33 PM
RE: Install a library manually - by Larz60+ - Nov-06-2016, 08:33 PM
RE: Install a library manually - by metulburr - Nov-06-2016, 11:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Amazon AWS - how to install the library chatterbot wpaiva 9 3,898 Feb-01-2020, 08:18 AM
Last Post: brighteningeyes
  Python Selenium .click() Loads Error - Works Manually.- Events not Triggered NSearch 24 11,863 Aug-14-2019, 02:23 PM
Last Post: NSearch

Forum Jump:

User Panel Messages

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