Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install fails #7

Open
StephanJanosch opened this issue Mar 30, 2022 · 1 comment
Open

install fails #7

StephanJanosch opened this issue Mar 30, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@StephanJanosch
Copy link

StephanJanosch commented Mar 30, 2022

I followed you nice help but then this happened

Collecting pyproj>=2.2.0
  Using cached pyproj-3.3.0.tar.gz (217 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      proj executable not found. Please set the PROJ_DIR variable. For more information see: https://pyproj4.github.io/pyproj/stable/installation.html
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Sorry, not a real python guy here.

@steve-crouch steve-crouch transferred this issue from softwaresaved/international-survey-2022-deprecated May 31, 2022
@steve-crouch steve-crouch self-assigned this May 31, 2022
@steve-crouch steve-crouch added the bug Something isn't working label May 31, 2022
@steve-crouch
Copy link
Contributor

This pyproj error is often seen with older versions of Pip, so one thing to try would be to upgrade it:

pip install --upgrade pip

And then trying again? We've recently updated the installation instructions on the README too which should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants