标签:ini code python sdn 解决 package install net oca
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
标签:ini code python sdn 解决 package install net oca
原文地址:https://www.cnblogs.com/shmily3929/p/9247289.html