python3 geohash 导入错误及解决
Posted shmily3929
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3 geohash 导入错误及解决相关的知识,希望对你有一定的参考价值。
1.保证 pip3 install geohash 包
2. 进入包的下载目录 /usr/local/lib/python3.5/dist-packages
3.mv Geohash geohash
4.cd geohash
修改__init__.py文件
from geohash import decode_exactly, decode, encode
修改为:from .geohash import decode_exactly, decode, encode
# geohash的使用方法
https://blog.csdn.net/qq_24452475/article/details/79184362
以上是关于python3 geohash 导入错误及解决的主要内容,如果未能解决你的问题,请参考以下文章
pip install geohash后无法import的解决方法
ride.py在运行python3.×版本后导致无法运行及解决办法