【发布时间】:2021-12-06 08:50:21
【问题描述】:
我想使用PyProj。我关注installation instructions given in the documentation
conda config --prepend channels conda-forge
conda config --set channel_priority strict
conda install pyproj
当我跑步时
from pyproj import CRS
我得到了
C:\Users...\Miniconda3\envs\geopandas\lib\site-packages\pyproj_init_.py:89: UserWarning: pyproj 无法设置数据库路径。 _pyproj_global_context_initialize()
关于 Python 和我的系统的一些信息
Python 版本 -> 3.9.7 | conda-forge 打包| (默认,2021 年 9 月 29 日,19:15:42)[MSC v.1916 64 位 (AMD64)]
操作系统信息 -> Windows-10-10.0.19042-SP0
【问题讨论】:
标签: python anaconda miniconda pyproj