Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip and setup script
#11
Only problem I've had with pip on Windows (10) was I downloaded and installed Numpy & Scipy wheels from Gohlke.  Later, pip told me there was a newer version of Numpy, so I did the 'pip install --upgrade numpy' and all went well.  Later pip told me Scipy was outdated.  Went to Gohlke, got the new version and installed it, and all went well...until I did a 'import scipy', then I got an error message that it couldn't find 'numpy+mlk'.  Ended up downloading the newer version of Numpy from Gohlke and installing it.  Now both Numpy and Scipy work.

Moral of the story: "If you download it from Gohlke, upgrade it from Gohlke, not pip"

My problem with linux is, Python is so imbedded in the OS, and many of the librarys are customized to work with that particular OS. It makes me very reluctant to 'upgrade' an outdated one.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
pip and setup script - by metulburr - Oct-24-2016, 08:13 PM
RE: pip and setup script - by micseydel - Oct-24-2016, 08:37 PM
RE: pip and setup script - by Yoriz - Oct-24-2016, 08:51 PM
RE: pip and setup script - by snippsat - Oct-24-2016, 09:10 PM
RE: pip and setup script - by ichabod801 - Oct-24-2016, 09:13 PM
RE: pip and setup script - by snippsat - Oct-24-2016, 09:17 PM
RE: pip and setup script - by metulburr - Oct-24-2016, 09:28 PM
RE: pip and setup script - by snippsat - Oct-24-2016, 09:47 PM
RE: pip and setup script - by Larz60+ - Oct-24-2016, 09:50 PM
RE: pip and setup script - by Skaperen - Oct-25-2016, 06:17 AM
RE: pip and setup script - by sparkz_alot - Oct-25-2016, 09:26 PM
RE: pip and setup script - by snippsat - Oct-25-2016, 09:54 PM
RE: pip and setup script - by Ofnuts - Oct-26-2016, 06:58 AM
RE: pip and setup script - by sparkz_alot - Oct-26-2016, 02:33 PM
RE: pip and setup script - by Larz60+ - Oct-26-2016, 03:59 PM

Forum Jump:

User Panel Messages

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