Skip to content
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

Syntax Error in "setup_no_sophus.py.in" #17

Closed
kimsooyoung opened this issue Nov 13, 2020 · 1 comment
Closed

Syntax Error in "setup_no_sophus.py.in" #17

kimsooyoung opened this issue Nov 13, 2020 · 1 comment

Comments

@kimsooyoung
Copy link

package_data={'minisam': ['${MINISAM_WRAPPER_FILE_NAME}', 'libminisam*', 'minisam*']]})

I think one bracket doesn't have it's pair :/
This occurs error during make install

 package_data={'minisam': ['${MINISAM_WRAPPER_FILE_NAME}', 'libminisam*', 'minisam*'] ] } ) 
@Lishen1
Copy link

Lishen1 commented Nov 23, 2021

It is. fixed in #22. but anyway it will not work without Sophus dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants