-
Notifications
You must be signed in to change notification settings - Fork 148
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
"pyparsing.exceptions.ParseException: Expected string_end, found 'namespace' (at char 1249), (line:46, col:1) python/CMakeFiles/pybind_wrap_gtsam_unstable.dir/build.make:82: recipe for target 'python/gtsam_unstable.cpp' failed" #9
Comments
I also have this problem when using your gtsam-1 @ToniRV |
I had issues as well (but can't recall if they were the exact same). I worked around them in this PR, could you guys check if this PR works for you? |
I am also experiencing this issue when running the code, also at the
I made an attempt to checkout and build #12 , that also seemed to retain this same error at this step. |
A hack that is useful for me: |
That also solves it for me, while attempting to build on Windows. |
Can report that this also worked for me on a headless linux cluster |
A new problem is met with such a modification.
|
have you sloved this problem? |
find a way to solve these two problem without change the code: cd thirdparty/
rm -rf gtsam
git clone https://github.com/ToniRV/gtsam-1
mv gtsam-1/ gtsam and then come back to build gtsam, and done without erro, find the way through the blog: |
This fixed the issue me. Thanks! |
Hi,
I met the error bellow when I run the code(cmake --build build_gtsam --config RelWithDebInfo -j).
The text was updated successfully, but these errors were encountered: