-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamic module does not define module export function (PyInit_gen_geo_map) #8
Comments
I solved this problem by makefile for py2 and re-make to get the new .so. |
hi xbcReal |
As I mentioned above,you need a new .so.So you should do make clean && make. |
你好,点进你的主页发现你也是中国人,为了方便交流我就直接用中文了(其实是英文太烂) 你说的 make clean && make 是什么意思? 我是这方面的新手,不是很理解 谢谢 ps:看你的主页写着你是华科的,那我和你算是校友啦(握爪) |
就是在lamns目录下面执行make clean和make指令。 |
我在编译的时候遇到了"fatal error: Python.h: No such file or directory",我安装了python-devel仍然遇到这个问题?请问有什么解决方案么? |
MakeFIle中python的版本问题 我自己的是3.6的python改成了 |
Cross point does not exist的问题是数据增强部分的代码有小的bug,有的图没有框,可以在相应位置判断一下是否为空,不过没什么影响。 |
我重新编译了之后还是报ImportError: dynamic module does not define module export function (PyInit_gen_geo_map),而且为什么要编译lanms,不是gen_geo_map的问题吗 |
我也有同样的疑惑加问题,你现在解决了吗 |
Hi everyone, It is the same situation that happens to me. To fix this bug("dynamic module does not define module export function (PyInit_gen_geo_map)"), I have read all blogs and issues. Here are correct steps may help your. Step1
rename adaptor.so as adaptor_backup.so |
Have you met the problem when type sh run.sh as following:
dynamic module does not define module export function (PyInit_gen_geo_map)?
The text was updated successfully, but these errors were encountered: