2024年12月11日星期三

为什么evrything检索不到?

 "C:\Users\27096\.conda\envs\geo_env\Library\share\proj"

上面目录里的文件,evrything检索不到,为什么?

需要强制重建索引!!!


https://pyproj4.github.io/pyproj/stable/gotchas.html#internal-proj-error-sqlite-error-on-select



conda create -n geo_env

conda activate geo_env

conda config --env --add channels conda-forge

conda config --env --set channel_priority strict

conda install python=3.12 geopandas

conda install notebook sqlalchemy psycopg2


没有评论: