0
我的公司正在從Python 2.7遷移到Python 3.6,並且我試圖安裝cGPolyEncode。但這根本行不通,我得到錯誤返回沒有值的語句當試圖在Python3.6中安裝cgpolyEncode
gpolyencode_py.cpp:187:69: error: ‘Py_InitModule3’ was not declared in this scope
"Google Maps Polyline encoding (C extension)");
^
gpolyencode_py.cpp:190:9: error: return-statement with no value, in function returning ‘PyObject* {aka _object*}’ [-fpermissive]
return;
^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
每一次。一些快速的谷歌搜索似乎表明,模塊本身需要重寫,我沒有資格去做。我已經嘗試了安裝python3.6-dev
libxml2-dev
等的基本知識,但問題依然存在。有沒有解決方法或方法來安裝而不重建它?