首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装proj 7.2.0

无法安装proj 7.2.0
EN

Stack Overflow用户
提问于 2020-11-06 23:52:40
回答 1查看 3.6K关注 0票数 2

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

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

代码语言:javascript
复制
sudo apt-get install proj-bin 

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

代码语言:javascript
复制
Reading package lists... Done
Building dependency tree       
Reading state information... 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所支持的最低版本

代码语言:javascript
复制
pip install pyproj   

这提供了:

代码语言:javascript
复制
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 information 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/
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-11-07 04:53:58

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

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

票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64717765

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档