无法安装PROJ 7.2.0

问题描述

我在Ubuntu 19.10上,正在尝试安装proj 7.2.0

According to the website我应该使用这个:

sudo apt-get install proj-bin 

但是此命令似乎安装了5.2.0版:

Reading package lists... Done
Building dependency tree       
Reading state @R_792_4045@ion... Done
The following packages were automatically installed and are no longer required:
  libappindicator1 libdbusmenu-gtk4
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  proj-bin
0 upgraded,1 newly installed,0 to remove and 0 not upgraded.
Need to get 63,9 kB of archives.
After this operation,245 kB of additional disk space will be used.
Get:1 http://nl.archive.ubuntu.com/ubuntu eoan/universe amd64 proj-bin amd64 5.2.0-1 [63,9 kB]
Fetched 63,9 kB in 0s (530 kB/s)  
Selecting prevIoUsly unselected package proj-bin.
(Reading database ... 278906 files and directories currently installed.)
Preparing to unpack .../proj-bin_5.2.0-1_amd64.deb ...
Unpacking proj-bin (5.2.0-1) ...
Setting up proj-bin (5.2.0-1) ...
Processing triggers for man-db (2.8.7-3) ...

关于如何安装7.2.0的任何想法?

我需要此版本,因为它是安装pyproj 3支持的最低版本:

pip install pyproj   

这给出了:

Collecting pyproj
  Using cached https://files.pythonhosted.org/packages/17/e5/3f5cdff3e955bcd768cdb0f4236f2d6e022aaa72f57caf7f4d5f552c88fc/pyproj-3.0.0.post1.tar.gz
  Installing build dependencies ... done
    Complete output from command python setup.py egg_info:
    ERROR: Minimum supported proj version is 7.2.0,installed version is DeprecationWarning:. For more @R_792_4045@ion see: https://pyproj4.github.io/pyproj/stable/installation.html
    
    ----------------------------------------
Command "python setup.py egg_info" Failed with error code 1 in /tmp/pip-install-uiv4m209/pyproj/

解决方法

https://pyproj4.github.io/pyproj/stable/installation.html

如果您安装pip>=19.0,则不需要安装PROJ,它应该安装manylinux2010轮子。