-
Notifications
You must be signed in to change notification settings - Fork 855
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
py:module_ has not been declared #869
Comments
could you show your code?maybe somebody will know the specify problem |
@mgrallos Is your problem solved? @TheSeanParker I followed the steps in the readme,I also encountered the same problem. The environment I use is ubuntu20.04 installed in the vmware16.0pro.My problem is:
|
I have already solved this problem, I use the zip file given to me by others, and then decompress it, and the problem does not appear after following the readme operation. |
@wangfei-tech what zip file you used to solve this problem? can you share it ? |
1 similar comment
@wangfei-tech what zip file you used to solve this problem? can you share it ? |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
@TangMinLeo sudo git submodule update --init |
I solved the problem by replacing the version of Pangolin. The initial version I had was 0.8, and I replaced it with version 0.6, which didn't have this issue. |
you should update your pybind11 to v2.11 or before, i just use v2.11 to work good. |
Yea, it is removing error when i try to colcon build --symlink-install --packages-select pangolin |
Had the same compilation error while building version 0.9.1 of Pangolin (SDV-LOAM dependency) on Ubuntu 20.04. Made it work by using Pangolin 0.6. |
Is this still an issue on the current |
参考博客 https://www.jianshu.com/p/fc61bf01a3d9 可以解决这个问题 |
/home/asimov-hawks/tellovisual_ws/src/Pangolin/components/pango_python/src/pyinterpreter.cpp:61:27: error: ‘py::module_’ has not been declared
61 | auto pypangolin = py::module_::import("pypangolin");
| ^~~~~~~
/home/asimov-hawks/tellovisual_ws/src/Pangolin/components/pango_python/src/pyinterpreter.cpp:63:20: error: ‘py::module_’ has not been declared
63 | auto sys = py::module_::import("sys");
The text was updated successfully, but these errors were encountered: