Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python error
#21
seems like i have 64 bit python version 3.6.2 but as larz 60+ advised if i have 64 bit then by this command
"pip install matplotlib‑3.0.2‑cp36‑cp36m‑win_amd64.whl" all dependent packages numpy, dateutil, pytz, pyparsing, kiwisolver, cycler, setuptools should have got installed automatically but seems it's not happening like this and still same error " Could not find a version that satisfies the requirement cycler>=0.10 (from matplotlib==3.0.2) (from versions: )
No matching distribution found for cycler>=0.10 (from matplotlib==3.0.2)"

and was just able to install kiwisolver and list contains followings:-

et-xmlfile (1.0.1)
jdcal (1.4)
kiwisolver (1.0.1)
openpyxl (2.5.12)
pip (9.0.1)
setuptools (28.8.0)
xlrd (1.1.0)
xlsxwriter (1.1.2)
xlutils (2.0.0)
xlwt (1.3.0)

seems like cycler and dateutiland main matplotlib are not getting installed rest seems to be installed:

error for dateutil:-

" Could not find a version that satisfies the requirement six>=1.5 (from python-dateutil==2.7.5) (from versions: )
No matching distribution found for six>=1.5 (from python-dateutil==2.7.5)"

error for cycler :-"Could not find a version that satisfies the requirement six (from cycler==0.10.0) (from versions: )
No matching distribution found for six (from cycler==0.10.0)"

my latest pip list :-
et-xmlfile (1.0.1)
jdcal (1.4)
kiwisolver (1.0.1)
numpy (1.15.4+mkl)
openpyxl (2.5.12)
pip (9.0.1)
pyparsing (2.3.0)
setuptools (28.8.0)
xlrd (1.1.0)
xlsxwriter (1.1.2)
xlutils (2.0.0)
xlwt (1.3.0)

only cycler and dateutil and matplotlib are not getting installed despite copying them in same folder location where main python 3.6.2 ( 64 bit -Python version)- windows 10-64 bit(OS-Version) is installed

thanks a lot snippsat, your screen shots with all the required packages to install matplotlib really helped and please ignore my previous messages and now it's got installed successfully.
and thanks to everyone who helped for the same,appreciate the help of everyone of you..many thanks.
Reply


Messages In This Thread
Python error - by janho - Dec-19-2018, 07:38 AM
RE: Python error - by Larz60+ - Dec-19-2018, 08:08 AM
RE: Python error - by janho - Dec-19-2018, 08:37 AM
RE: Python error - by janho - Dec-19-2018, 10:29 AM
RE: Python error - by janho - Dec-19-2018, 12:48 PM
RE: Python error - by buran - Dec-19-2018, 01:16 PM
RE: Python error - by janho - Dec-19-2018, 01:33 PM
RE: Python error - by buran - Dec-19-2018, 01:34 PM
RE: Python error - by janho - Dec-19-2018, 01:44 PM
RE: Python error - by buran - Dec-19-2018, 02:13 PM
RE: Python error - by janho - Dec-19-2018, 02:17 PM
RE: Python error - by buran - Dec-19-2018, 02:20 PM
RE: Python error - by janho - Dec-19-2018, 02:23 PM
RE: Python error - by buran - Dec-19-2018, 02:26 PM
RE: Python error - by janho - Dec-19-2018, 02:27 PM
RE: Python error - by janho - Dec-19-2018, 02:30 PM
RE: Python error - by Larz60+ - Dec-19-2018, 03:41 PM
RE: Python error - by snippsat - Dec-19-2018, 04:09 PM
RE: Python error - by janho - Dec-20-2018, 04:07 AM
RE: Python error - by Larz60+ - Dec-20-2018, 04:36 AM
RE: Python error - by janho - Dec-20-2018, 05:05 AM
RE: Python error - by Larz60+ - Dec-20-2018, 04:05 PM
RE: Python error - by snippsat - Dec-20-2018, 06:38 PM

Forum Jump:

User Panel Messages

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