-
Notifications
You must be signed in to change notification settings - Fork 24
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
python interface doesn't work #15
Comments
Hi, can you try to run the troubleshooting section in the README of this repo? |
I didn't use conda to install boost and eigen. Instead, I use the library in the system path and cmake find them well. cmake . |
Hello, I have met a same problem.
|
Hi, There are many issues on this subject on the superpoint graph repo. Check out thr followings to see if that helps you: Let me know if you're still stuck after that. Also im noticing in your build files that you have a mix of anaconda2 and pupython3.6. What value did you give to $CONDAENV? |
still not work |
Are you sure you have libboost_python.so in your LD_LIBRARY_PATH? |
Hi Loic, Could you perhaps post the desired output of test.py file after libcp is built? I was able to compile libcp fine and get this output after running test.py: L0-CUT PURSUIT WITH L2 FIDELITY |
My bad: these results I obtain after with python 2.7 which is not suggested anyways. |
@XBingQian Have you figured out? I ran into exactly the same error as you, |
I build python interface and generate libcp.so following the guide, but it cannot be imported in python:
version information:
python: 3.6
boost: 1.65
os: ubuntu 18.04
g++: 6.4
The text was updated successfully, but these errors were encountered: