saving . . . saved ipython 5.1.0 downloading problem in Windows 11 has been deleted. ipython 5.1.0 downloading problem in Windows 11 has been hidden .
ipython 5.1.0 downloading problem in Windows 11
Title
Question
<font size="4">Sir,</font>
<font size="4">    I am doing a course on Python 3.4.3 through SWAYAM portal. I am using PC with Windows-11 Edition - 64 bit OS. Following the guideline provided in the portal <span style="font-family: Arial, Helvetica, sans-serif;">I am unable to download ipython 5.1.0. Also the version of Python software downloaded by following the guideline is 3.6.8 not 3.4.3..</span></font>
<span style="font-family: Arial, Helvetica, sans-serif;"><font size="4">
</font></span>
<span style="font-family: Arial, Helvetica, sans-serif;"><font size="4">    Please solve the matter so that I can complete the course without any complication.</font></span>

Python-3.4.3 Getting-started-with-IPython 00-01 min 50-60 sec 05-12-24, 10:02 p.m. jahangir.sk2

Answers:

Open Command Prompt (Press Win + R, type cmd, and hit Enter).
Check if Python is installed correctly: python --version
If it doesn’t show the correct version, manually set the Python 3.4.3 path.
Install IPython 5.1.0 using pip: pip install ipython==5.1.0
If this fails due to dependency issues, try: pip install --no-cache-dir ipython==5.1.0
Verify the installation: python --version

13-02-25, 5:36 p.m. ketki.naina


Log-in to answer to this question.