Replies: 1 comment 3 replies
-
What version of pip are you using to install pyproj? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up a new computer and ran into an issue when installing pyproj on Python 3.8.9.
The new laptop is a Mac (using one of their arm chips, but I'm not sure that it matters).
Any suggestions would be greatly appreciated!
When I run:
pip install pyproj
I get the following result, which proceeds to loop indefinitely:
Collecting pyproj
Downloading pyproj-3.3.0.tar.gz (217 kB)
|████████████████████████████████| 217 kB 141 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... error
ERROR: Command errored out with exit status 1:
command: /Users/user/PycharmProjects/epriGISMask/venv/bin/python /Users/user/PycharmProjects/epriGISMask/venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /var/folders/1j/1dcyb6f57fj4064zvnrypcn80000gn/T/tmp0e379_2p
cwd: /private/var/folders/1j/1dcyb6f57fj4064zvnrypcn80000gn/T/pip-install-m2hkbbj8/pyproj_6950c8bb491d45459307024922ab1f10
Complete output (1 lines):
proj executable not found. Please set the PROJ_DIR variable. For more information see: https://pyproj4.github.io/pyproj/stable/installation.html
WARNING: Discarding https://files.pythonhosted.org/packages/e4/36/c151d658ca1a1ccfd5ed82ac3b41d13c36cbd0687da97ac1beaeb3381fa8/pyproj-3.3.0.tar.gz#sha256=ce8bfbc212729e9a643f5f5d77f7a93394e032eda1e2d8799ae902d08add747e (from https://pypi.org/simple/pyproj/) (requires-python:>=3.8). Command errored out with exit status 1: /Users/user/PycharmProjects/epriGISMask/venv/bin/python /Users/user/PycharmProjects/epriGISMask/venv/lib/python3.8/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /var/folders/1j/1dcyb6f57fj4064zvnrypcn80000gn/T/tmp0e379_2p Check the logs for full command output.
Beta Was this translation helpful? Give feedback.
All reactions