Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install pyproj via python pip




pyproj - Python interface to PROJ (cartographic projections and coordinate transformations library), it belongs to Classifiers:

- Topic :: Scientific/Engineering :: GIS
- Topic :: Scientific/Engineering :: Mathematics
- Typing :: Typed

When you know about this project and you want to new install pyproj to support your project or you get trouble as ModuleNotFoundError: No module named "pyproj" or ImportError: cannot import name "pyproj" in your project, let follow this tutorial to install pyproj



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_pyproj_env

- Active the virtual environment

test_pyproj_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_pyproj_env

- Active the virtual environment

source test_pyproj_env/bin/active


Step 2: OK, now, let flow below content to start the installation pyproj

To install pyproj on Windows(CMD):

py -m pip install pyproj

To install pyproj on Unix/macOs:

pip install pyproj


Step 3: If you want to install a specific pyproj version, add ==<pyproj version> to the end command line

Example:

pip install pyproj==1.8.0


Please see the version list below table:

VersionReleased dateCommand
pyproj 3.3.12022-04-22T02:01:47Windows:

py -m pip install pyproj==3.3.1

Unix/macOs:

pip install pyproj==3.3.1

pyproj 3.3.02021-11-18T01:52:35Windows:

py -m pip install pyproj==3.3.0

Unix/macOs:

pip install pyproj==3.3.0

pyproj 3.2.12021-09-18T01:14:35Windows:

py -m pip install pyproj==3.2.1

Unix/macOs:

pip install pyproj==3.2.1

pyproj 3.2.02021-09-04T00:53:45Windows:

py -m pip install pyproj==3.2.0

Unix/macOs:

pip install pyproj==3.2.0

pyproj 3.1.02021-05-24T21:05:22Windows:

py -m pip install pyproj==3.1.0

Unix/macOs:

pip install pyproj==3.1.0

pyproj 3.0.12021-03-05T03:17:13Windows:

py -m pip install pyproj==3.0.1

Unix/macOs:

pip install pyproj==3.0.1

pyproj 3.0.0.post12020-11-05T13:41:29Windows:

py -m pip install pyproj==3.0.0.post1

Unix/macOs:

pip install pyproj==3.0.0.post1

pyproj 3.0.02020-11-05T00:58:11Windows:

py -m pip install pyproj==3.0.0

Unix/macOs:

pip install pyproj==3.0.0

pyproj 2.6.1.post12020-05-04T12:19:53Windows:

py -m pip install pyproj==2.6.1.post1

Unix/macOs:

pip install pyproj==2.6.1.post1

pyproj 2.6.12020-05-04T03:57:36Windows:

py -m pip install pyproj==2.6.1

Unix/macOs:

pip install pyproj==2.6.1

pyproj 2.6.02020-03-18T01:13:32Windows:

py -m pip install pyproj==2.6.0

Unix/macOs:

pip install pyproj==2.6.0

pyproj 2.5.02020-02-22T00:58:14Windows:

py -m pip install pyproj==2.5.0

Unix/macOs:

pip install pyproj==2.5.0

pyproj 2.4.2.post12019-12-01T05:11:05Windows:

py -m pip install pyproj==2.4.2.post1

Unix/macOs:

pip install pyproj==2.4.2.post1

pyproj 2.4.22019-12-01T02:34:23Windows:

py -m pip install pyproj==2.4.2

Unix/macOs:

pip install pyproj==2.4.2

pyproj 2.4.12019-11-06T14:01:30Windows:

py -m pip install pyproj==2.4.1

Unix/macOs:

pip install pyproj==2.4.1

pyproj 2.4.02019-09-21T13:04:41Windows:

py -m pip install pyproj==2.4.0

Unix/macOs:

pip install pyproj==2.4.0

pyproj 2.3.12019-09-01T01:01:46Windows:

py -m pip install pyproj==2.3.1

Unix/macOs:

pip install pyproj==2.3.1

pyproj 2.3.02019-08-21T03:27:33Windows:

py -m pip install pyproj==2.3.0

Unix/macOs:

pip install pyproj==2.3.0

pyproj 2.2.22019-08-19T00:43:18Windows:

py -m pip install pyproj==2.2.2

Unix/macOs:

pip install pyproj==2.2.2

pyproj 2.2.12019-06-24T12:08:53Windows:

py -m pip install pyproj==2.2.1

Unix/macOs:

pip install pyproj==2.2.1

pyproj 2.2.02019-06-02T14:07:40Windows:

py -m pip install pyproj==2.2.0

Unix/macOs:

pip install pyproj==2.2.0

pyproj 2.1.32019-04-05T17:44:39Windows:

py -m pip install pyproj==2.1.3

Unix/macOs:

pip install pyproj==2.1.3

pyproj 2.1.22019-03-23T17:57:22Windows:

py -m pip install pyproj==2.1.2

Unix/macOs:

pip install pyproj==2.1.2

pyproj 2.1.12019-03-18T13:55:41Windows:

py -m pip install pyproj==2.1.1

Unix/macOs:

pip install pyproj==2.1.1

pyproj 2.1.02019-03-15T14:18:38Windows:

py -m pip install pyproj==2.1.0

Unix/macOs:

pip install pyproj==2.1.0

pyproj 2.0.22019-03-13T15:59:07Windows:

py -m pip install pyproj==2.0.2

Unix/macOs:

pip install pyproj==2.0.2

pyproj 2.0.12019-03-10T21:31:46Windows:

py -m pip install pyproj==2.0.1

Unix/macOs:

pip install pyproj==2.0.1

pyproj 2.0.02019-03-08T13:18:10Windows:

py -m pip install pyproj==2.0.0

Unix/macOs:

pip install pyproj==2.0.0

pyproj 1.9.62018-12-29T16:18:07Windows:

py -m pip install pyproj==1.9.6

Unix/macOs:

pip install pyproj==1.9.6

pyproj 1.9.5.12016-01-06T22:28:47Windows:

py -m pip install pyproj==1.9.5.1

Unix/macOs:

pip install pyproj==1.9.5.1

pyproj 1.9.52016-01-05T20:03:10Windows:

py -m pip install pyproj==1.9.5

Unix/macOs:

pip install pyproj==1.9.5

pyproj 1.9.42014-12-29T22:11:57Windows:

py -m pip install pyproj==1.9.4

Unix/macOs:

pip install pyproj==1.9.4

pyproj 1.9.32013-01-12T16:48:03Windows:

py -m pip install pyproj==1.9.3

Unix/macOs:

pip install pyproj==1.9.3

pyproj 1.9.22012-09-08T02:19:32Windows:

py -m pip install pyproj==1.9.2

Unix/macOs:

pip install pyproj==1.9.2

pyproj 1.9.02012-01-19T16:20:00Windows:

py -m pip install pyproj==1.9.0

Unix/macOs:

pip install pyproj==1.9.0

pyproj 1.8.92011-03-09T03:31:02Windows:

py -m pip install pyproj==1.8.9

Unix/macOs:

pip install pyproj==1.8.9

pyproj 1.8.82010-08-29T00:07:16Windows:

py -m pip install pyproj==1.8.8

Unix/macOs:

pip install pyproj==1.8.8

pyproj 1.8.72010-07-15T12:16:39Windows:

py -m pip install pyproj==1.8.7

Unix/macOs:

pip install pyproj==1.8.7

pyproj 1.8.62009-11-03T16:39:18Windows:

py -m pip install pyproj==1.8.6

Unix/macOs:

pip install pyproj==1.8.6

pyproj 1.8.52008-05-23T11:58:59Windows:

py -m pip install pyproj==1.8.5

Unix/macOs:

pip install pyproj==1.8.5

pyproj 1.8.42008-01-11T18:41:40Windows:

py -m pip install pyproj==1.8.4

Unix/macOs:

pip install pyproj==1.8.4

pyproj 1.8.32007-09-18T15:48:05Windows:

py -m pip install pyproj==1.8.3

Unix/macOs:

pip install pyproj==1.8.3

pyproj 1.8.22007-04-08T12:58:10Windows:

py -m pip install pyproj==1.8.2

Unix/macOs:

pip install pyproj==1.8.2

pyproj 1.8.12007-02-05T13:56:25Windows:

py -m pip install pyproj==1.8.1

Unix/macOs:

pip install pyproj==1.8.1

pyproj 1.8.02006-10-20T14:46:23Windows:

py -m pip install pyproj==1.8.0

Unix/macOs:

pip install pyproj==1.8.0


Step 4: Otherwise, you can install pyproj from local archives:

Download the distribution file from pyproj-3.3.1.tar.gz or the specific pyproj version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pyproj_downloaded_file>

On Unix/macOs:

pip install <path_to_pyproj_downloaded_file>


List distribution:


Project link:

- Homepage
- Download
- Bug Tracker
- Documentation
- Release Notes
- Source Code