I'm unableto install django [duplicate] - django

This question already has answers here:
How to install Django in Ubuntu 11.10
(3 answers)
Closed 5 years ago.
I tried install the django by using regular commands.but it is not installing

sudo pip install django
or
inside virtualenv
source bin/activate
then
pip install django

Related

Errow while working with django, psycopg file shifting to mac (I WOULD ANSWER MYSELF, IT MAY HELP SOMEONE) [duplicate]

This question already has answers here:
Error Installing Psycopg2 on MacOS 10.9.5
(26 answers)
Closed 6 months ago.
I recently shifted to MAC M2 MONTEREY & one project involved django & my dev env from older system isn't setup here. I got error while installing "psycopg" like this:
Using cached psycopg2-2.8.5.tar.gz (380 kB)
ERROR: Command errored out with exit status 1:
command: /opt/homebrew/opt/python#3.9/bin/python3.9 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-install-9wiqe2nr/psycopg2_97efcf6747c249769acdc8430ba4238f/setup.py'"'"'; __file__='"'"'/private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-install-9wiqe2nr/psycopg2_97efcf6747c249769acdc8430ba4238f/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r
cwd: /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-install-9wiqe2nr/psycopg2_97efcf6747c249769acdc8430ba4238f/
Complete output (23 lines):
running egg_info
creating /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r/psycopg2.egg-info
writing /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r/psycopg2.egg-info/PKG-INFO
writing dependency_links to /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r/psycopg2.egg-info/dependency_links.txt
writing top-level names to /private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r/psycopg2.egg-info/top_level.txt
writing manifest file '/private/var/folders/m5/vhnyyjg16gd352x6wdhpjysh0000gn/T/pip-pip-egg-info-ap2am61r/psycopg2.egg-info/SOURCES.txt'
Error: pg_config executable not found.
pg_config is required to build psycopg2 from source. Please add the directory
containing pg_config to the $PATH or specify the full executable path with the
option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
If you prefer to avoid building psycopg2 from source, please install the PyPI
'psycopg2-binary' package instead.
For further information please check the 'doc/src/install.rst' file (also at
<https://www.psycopg.org/docs/install.html>).
==============================================================================
Its beginning of the error, After that its tried to install each previous version of Psycopg
==============================================================================
Searching out for solution, a few things helped me out so here's the answer from my side thinking it may help someone else :)
I was using virtual environment for python for the project.
Solution steps:
upgrade pip3 to latest version
upgrade setup tools with pip3 install --upgrade setuptools, check the version with pip list
Also try installing "postgres" with brew install postgres on the system not in the virtual env of that project (if you're using one) & you can't add it in requirements.txt (INCASE OF AN AUTOMATED DEPLOYMENT) instead you have to then create a bash script which installs OS dependencies first & then the project dependencies with pip3 install -r requirements.txt.
This worked for me.

Unable to install pip on windows 10 with Python 2.7 [duplicate]

This question already has answers here:
'pip' is not recognized as an internal or external command
(39 answers)
Closed 1 year ago.
I am on Windows 10 with Python 2.7 installed. I installed pip following instructions here:
I also see following message at end of installation:
Successfully installed pip-20.3.4
But when I do 'pip help'(in a new command prompt), I see:
'pip' is not recognized as an internal or external command, operable
program or batch file.
What else is needed to get it working?
Manually add pip path to env variable PATH. Pip is installed at location C:\Python27\Scripts.

Can not install django via Ubuntu bash on windows [duplicate]

This question already has answers here:
Trouble installing Django: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-rcF9a5/Django/
(2 answers)
Closed 5 years ago.
happy holidays to you :)
I can not install the Django package by the python pip package manager.
The installation returns an error that you can see below on the image
If you want more pictures to help me, let me know
Windows 10 - Ubuntu terminal
Thank you, simply
The latest django version does not support python 2.7 try this
pip install django==1.11

Installing Biopython in new installation of IPython/Python2.7 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have Python2.7 installed and was having some issues with installing scipy. Through some Googling, I figured from a thread here (installing scipy on mac 10.6.8) that it is better to install scipy using MacPorts and IPython.
IPython looked cool and I wanted to try it. So far, too good - I feel great and elated that I could do all this by myself.
Now, I had Biopython installed with my Python2.7 (this version of Python2.7 was installed in a folder /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7).
In my overzealousness to try Ipython, I (think) I re-installed Python2.7, along with IPython, scipy, etc in a new directory /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7.
However, now I don't have Biopython in the new installation of Python2.7. So do I have to re-install Biopython in the new installation of Python2.7?
And if yes, how do I direct the installation to this folder?
Would it be like the following (say I have biopython-1.61.tar.gz in the folder Downloads):
cd Downloads
tar -xzvpf biopython-1.61.tar.gz
cd biopython-1.61
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python setup.py install
I would like to hear if I am of-base here. Do not want to try and screw-up what I have so far!
I have Mac OS X V10.6.8.
The following worked for me (from MacPorts Python installation on Mac):
Make the Python2.7/iPython2.7 installation I performed using MacPorts the default
$ sudo port select --set python python27
$ sudo port select --set ipython ipython27
Check if Biopython is available through MacPorts
$ port search biopython
Install Biopython
$ sudo port install py27-biopython # install Biopython
One of the toughest things for someone new to Python is figuring out the installation of all of the packages. It's a work in progress that is actively being discussed by the Python community.
I would recommend going with a commercial distribution that gives you everything you want that just works. This way you can start learning to work with Python instead of having to figure out how to get everything working.
I would recommend:
https://www.enthought.com/products/epd/free/

Does anybody know of a good all-in-one install to get django up and running on OS X [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
i.e. something that would install django + mySQL + python-mysql in one package
hoping to make it easy for a friend to get up and running
For the beginner I recommend:
1) MAMP for MySQL + phpMyAdmin
2) Python is pre-installed
3)
easy_install pip
4) (yes, do it manually, it makes sense)
pip install mysql-python django
Use a third-party open source package manager. It can be very difficult to pick and choose components from different sources and get them all to work together. The major package managers available for OS X are Homebrew, MacPorts, and Fink. I prefer MacPorts. Follow the instructions here to download and install the MacPorts base package. Then make sure your shell path includes /opt/local/bin. Then type:
sudo port install py27-django py27-mysql
That will install compatible versions of Python, MySQL client libraries, the Python MySQL database adapter, and Django and will allow you to easily keep everything up-to-date as well.
Install PIP (it will be useful in the future for every python or django package you'll need while developing your project.)
Then, open terminal and write pip install Django. Pip will install django on your machine, solving all dependencies.
Then, after installing mySQL, you can use pip for installing python-mysql.