|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
具体错误:
ERROR: Command errored out with exit status 1:
command: 'C:\PyCharm作业\venv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\86178\\AppData\\Local\\Temp\\pycharm-packaging\\mzgeohash\\setup.py'"'"'; __file__='"'"'C:\\Users\\86178\\AppData\\Local\\Temp\\pycharm-packaging\\mzgeohash\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\86178\AppData\Local\Temp\pip-pip-egg-info-a27kiebc'
cwd: C:\Users\86178\AppData\Local\Temp\pycharm-packaging\mzgeohash\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\86178\AppData\Local\Temp\pycharm-packaging\mzgeohash\setup.py", line 3, in <module>
import mzgeohash
File "C:\Users\86178\AppData\Local\Temp\pycharm-packaging\mzgeohash\mzgeohash\__init__.py", line 1, in <module>
from geohash import encode, decode, adjacent, neighbors, neighborsfit
ImportError: cannot import name 'encode'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
望解答 |
|