Could not find a version that satisfies the requirement ipykernel from jupyter 1 0 0 from versions

0 votes

Hi Guys,
I have jupyter rpm in my system. But when I tried to install, it shows me the below error.

$ pip install jupyter-1.0.0-py2.py3-none-any.whl --no-index  -f .
Ignoring indexes: https://pypi.python.org/simple
Processing ./jupyter-1.0.0-py2.py3-none-any.whl
Collecting qtconsole (from jupyter==1.0.0)
Collecting notebook (from jupyter==1.0.0)
Collecting nbconvert (from jupyter==1.0.0)
Collecting ipywidgets (from jupyter==1.0.0)
Collecting ipykernel (from jupyter==1.0.0)
  Could not find a version that satisfies the requirement ipykernel (from jupyter==1.0.0) (from versions: )
No matching distribution found for ipykernel (from jupyter==1.0.0)

Why I am getting this error?

Apr 23, 2020 in Linux Administration by akhtar
• 38,230 points
18,124 views

1 answer to this question.

0 votes

Hi@akhtar,

You may get this error because of older version of pip. Try to upgrade your pip using this below command.

$ pip install --upgrade pip

Hope this will work.

answered Apr 23, 2020 by MD
• 95,440 points

Related Questions In Linux Administration

0 votes
1 answer

127.0.0.1: Could not Determine the server's fully qualified domain name

If you don't have httpd.conf in folder /etc/apache2, you should ...READ MORE

answered Jun 12, 2019 in Linux Administration by Shubham
• 13,490 points
1,706 views
0 votes
1 answer

How to find the group associated with a user in linux?

To list all the groups groups or to list ...READ MORE

answered Jun 21, 2019 in Linux Administration by DareDev
• 6,890 points
763 views
+1 vote
0 answers

Could not start the machine edureka_host_vm because the following physical network interfaces were not found:

Could not start the machine edureka_host_vm because ...READ MORE

Jan 28, 2020 in Linux Administration by Harish
• 130 points
825 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,060 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,479 views
0 votes
1 answer

How to find the first field from a file in Bash Shell?

Hi@akhtar, You can extract text from a file. ...READ MORE

answered Oct 20, 2020 in Linux Administration by MD
• 95,440 points
833 views
0 votes
1 answer

How to find the process ID of a program?

Hi@akhtar, You can find one program named pgrep ...READ MORE

answered Oct 12, 2020 in Linux Administration by MD
• 95,440 points
602 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP