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

Mapproxy build does not work any more #47

Closed
cnouguier opened this issue Mar 28, 2019 · 4 comments
Closed

Mapproxy build does not work any more #47

cnouguier opened this issue Mar 28, 2019 · 4 comments
Labels
Milestone

Comments

@cnouguier
Copy link
Contributor

It seems to be linked to a new release of pyproj

Collecting pyproj
  Downloading https://files.pythonhosted.org/packages/7f/d9/62db3608c734fdd02cb5113a89f377a8b012d14beaee6525afc029b590d4/pyproj-2.1.2.tar.gz (492kB)
  Installing build dependencies: started
  Installing build dependencies: still running...
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'error'
  Complete output from command /usr/local/bin/python /usr/local/lib/python3.5/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpy96_da6f:
  ERROR: Minimum supported proj version is 6.0.0, installed version is 5.2.0.
@cnouguier cnouguier added the bug label Mar 28, 2019
@cnouguier
Copy link
Contributor Author

Still not working even if we specify a previous version of pyproj.

@cnouguier
Copy link
Contributor Author

For now it seems to work with MapProxy 1.10.4.
Fixed the dependencies version

@cnouguier cnouguier added this to the v0.2.0 milestone Mar 29, 2019
@danielklim
Copy link

Compiling proj4 from source fixed this problem for me.

@cnouguier
Copy link
Contributor Author

Thanks @danielklim
We finally fixed the version of pyproj in the dockerfile: https://github.com/kalisio/kargo/blob/master/build/mapproxy/dockerfile#L23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants