Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,149,912 members, 7,806,648 topics. Date: Tuesday, 23 April 2024 at 07:51 PM

Please How Do I Install Django In My Windows PC??? - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Please How Do I Install Django In My Windows PC??? (620 Views)

What Is The Best IDE For Programming Python And Django In 2019 / I Need Help Installing Django On My Windows Pc..please Anyone Help / Tesseract Hotel Management System For Windows PC (2) (3) (4)

(1) (Reply) (Go Down)

Please How Do I Install Django In My Windows PC??? by TheGenius001: 11:39am On Aug 02, 2020
Good day Pals. Please I have been trying to install Django in my system since yesterday but it's been futile.

I mean, I have used my sytem command prompt, Anaconda prompt, pycharm command prompt by typing

"pip install django"

but they all return the same message that reads:

"Could not find a version that satisfies the required django(from version: )
No matching distribution found for django."


Please what could be the problem
I already have installed Python, Anaconda which has Jupyter notebook, I also have pycharm.

Please someone should help a brother profer a solution.

Or is Django something I have to download separately before installing it??
Re: Please How Do I Install Django In My Windows PC??? by Karleb(m): 11:45am On Aug 02, 2020
Why don't you Google the issue you are facing or get a tutorial on how to install Django on Google or YouTube.

I checked the installation procedure and it's pretty straightforward to me, I guess the issue you're facing could be you don't have latest python version installed.
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 11:48am On Aug 02, 2020
Karleb:
Why don't you Google the issue you are facing or get a tutorial on how to install Django on Google or YouTube.

I checked the installation procedure and it's pretty straightforward to me, I guess the issue you're facing could be you don't have latest python version installed.


I have watched several YouTube videos on how to install it and they are straight forward but I don't know where the problem is coming from. I have version 3.7.3 python
Re: Please How Do I Install Django In My Windows PC??? by Daejoyoung: 11:50am On Aug 02, 2020
TheGenius001:



I have watched several YouTube videos on how to install it and they are straight forward but I don't know where the problem is coming from. I have version 3.7.3 python
Try pip3 install django

Did you create a virtual environment?
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 11:52am On Aug 02, 2020
Daejoyoung:
Try pip3 install django
Did you create a virtual environment?
"pip3 install django" this returned the same message
I didn't create any virtual environment sir. Is that the problem??
Re: Please How Do I Install Django In My Windows PC??? by Shepherdd(m): 11:55am On Aug 02, 2020
TheGenius001:
Good day Pals. Please I have been trying to install Django in my system since yesterday but it's been futile.

I mean, I have used my sytem command prompt, Anaconda prompt, pycharm command prompt by typing

"pip install django"

but they all return the same message that reads:

"Could not find a version that satisfies the required django(from version: )
No matching distribution found for django."


Please what could be the problem
I already have installed Python, Anaconda which has Jupyter notebook, I also have pycharm.

Please someone should help a brother profer a solution.

Or is Django something I have to download separately before installing it??

Try
conda install django
Re: Please How Do I Install Django In My Windows PC??? by Karleb(m): 11:57am On Aug 02, 2020
TheGenius001:



I have watched several YouTube videos on how to install it and they are straight forward but I don't know where the problem is coming from. I have version 3.7.3 python

In that case, I'd suggest you Google search the exact error you're getting, it could help.
Re: Please How Do I Install Django In My Windows PC??? by Daejoyoung: 11:58am On Aug 02, 2020
TheGenius001:


"pip3 install django" this returned the same message

I didn't create any virtual environment sir. Is that the problem??
This is from stackoverflow, always type your error directly on google and you would find a stackoverflow answer.

python3 -m venv virtualenv
source virtualenv/bin/activate
pip install django



Type the codes above, the first creates a virtual environment, the second activates it, and the third installs django in your virtualenv.

If that does not solve your problem, then it might have something to do with anaconda.

Type.... conda install -c anaconda django
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 12:09pm On Aug 02, 2020
Daejoyoung:


python3 -m venv virtualenv source virtualenv/bin/activate pip install django
Sir is this to be done line by line or I type everything once??
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 12:15pm On Aug 02, 2020
Daejoyoung:

This is from stackoverflow, always type your error directly on google and you would find a stackoverflow answer.

python3 -m venv virtualenv
source virtualenv/bin/activate
pip install django



Type the codes above, the first creates a virtual environment, the second activates it, and the third installs django in your virtualenv.

If that does not solve your problem, then it might have something to do with anaconda.

Type.... conda install -c anaconda django


I got Http Error
Re: Please How Do I Install Django In My Windows PC??? by Daejoyoung: 12:53pm On Aug 02, 2020
TheGenius001:


Sir is this to be done line by line or I type everything once??
Line by Line
Re: Please How Do I Install Django In My Windows PC??? by Donpre(m): 1:10pm On Aug 02, 2020
TheGenius001:


I got Http Error
Are you sure you're connected to the internet while trying to install django
Re: Please How Do I Install Django In My Windows PC??? by Taofeekdboy(m): 2:12pm On Aug 02, 2020
On your command prompt
Run python3 venv nameyou want to use for your virtual environment e.g python3 venv env
Then activate your virtual environment in your command prompt env/script/bin/activate and you can install your django
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:17pm On Aug 02, 2020
Donpre:

Are you sure you're connected to the internet while trying to install django

No I wasn't Sir
Re: Please How Do I Install Django In My Windows PC??? by Karleb(m): 2:19pm On Aug 02, 2020
TheGenius001:


No I wasn't Sir

Are you kidding?
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:26pm On Aug 02, 2020
Karleb:

Are you kidding?
Honestly I'm not Sir.
Re: Please How Do I Install Django In My Windows PC??? by Karleb(m): 2:29pm On Aug 02, 2020
TheGenius001:

Honestly I'm not Sir.

You need internet to install Django.
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:31pm On Aug 02, 2020
Karleb:


You need internet to install Django.

Oh I see. I'll do that right away. Thank you very much sir for your patience with me. I appreciate
Re: Please How Do I Install Django In My Windows PC??? by Donpre(m): 2:32pm On Aug 02, 2020
TheGenius001:


No I wasn't Sir
Lol I thought as much. just connect to the internet when installing packages. Django is like 10mb or so.
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:34pm On Aug 02, 2020
Karleb:


You need internet to install Django.


Pls one more question:
[b]When developing a web with the Django, do I still need to use Data when test running any update I make on the website?? Like must I use it internet when creating a website like a poll website or any website at atall ??[b/]
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:36pm On Aug 02, 2020
Donpre:

Lol I thought as much. just connect to the internet when installing packages. Django is like 10mb or so.

Thank you very much sir. Once I just get home I'll do it Asap. Thanks a lot for your patience


Please I am following a tutorial on developing a website using Django please do I need data in doing all of that or where exactly does using data come in asides the Django installation part??
Re: Please How Do I Install Django In My Windows PC??? by Daejoyoung: 2:37pm On Aug 02, 2020
TheGenius001:



Pls one more question:
[b] When developing a web with the Django, do I still need to use Data when test running any update I make on the website?? Like must I use it internet when creating a website like a poll website or any website at atall ?? [b/]
Have you solved your previous problem now? it is important that you confirm this first to help others facing thesame problem.
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:38pm On Aug 02, 2020
Daejoyoung:

Line by Line

Thank you sir I appreciate your help. I wasn't connected to the Net when doing it. that was the problem.
Re: Please How Do I Install Django In My Windows PC??? by Karleb(m): 2:39pm On Aug 02, 2020
TheGenius001:



Pls one more question:
[b] When developing a web with the Django, do I still need to use Data when test running any update I make on the website?? Like must I use it internet when creating a website like a poll website or any website at atall ?? [b/]

No.

You only need internet to install Django, your preferred database and whatever python package you might need in the future.

You'll be building on localhost, no internet is needed for that.

As per data subscription, you can always leverage on cheap night data plans.

1 Like

Re: Please How Do I Install Django In My Windows PC??? by Donpre(m): 2:45pm On Aug 02, 2020
TheGenius001:


Thank you very much sir. Once I just get home I'll do it Asap. Thanks a lot for your patience


Please I am following a tutorial on developing a website using Django please do I need data in doing all of that or where exactly does using data come in asides the Django installation part??
Unless you're installing other packages, you don't need data.

As an advice tho, try to buy data when learning programming as you'll need to constantly go through the documentation and stack overflow when you get stuck.

4 Likes

Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 2:47pm On Aug 02, 2020
Daejoyoung:

Have you solved your previous problem now? it is important that you confirm this first to help others facing thesame problem.


I'm on it sir
Re: Please How Do I Install Django In My Windows PC??? by TheGenius001: 3:28pm On Aug 02, 2020
It's done Bravo!
Thanks a whole lot Brothers. I appreciate

1 Like

(1) (Reply)

Advise Needed - Is It Worth It? / Please Can Anyone Recommend Any MTN SME Data API Provider / Got My First Job Interview

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 34
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.