-
Notifications
You must be signed in to change notification settings - Fork 45
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
Install CloudComPy with pip in a virtual environment #13
Comments
Hello, |
Hi Paul, Thanks for the feedback. To be honest, I do not have a direct experience with something like that as well. However, looking on some other projects that I was working with lately and how they do it, I guess I would follow a similar approach and possibly go with pybind11 as well. It seems a straight forward approach. I guess then you need to modify accordingly the CMakelists.txt file and possibly to do some binding to the C++ functions or something similar and it should work. |
Yes, switching to pybind11 instead of Boost.Python is probably a step that will make pip packaging easier. This is one of the things I need to look into. I don't have a clear idea of how much effort goes into adapting or rewriting the interface, but I think it's a pretty systematic transposition, pybind11 started from Boost.Python. |
Hi, I was wondering if there is any further feedback regarding this. I would really love to install CloudCompy in a venv, without needing Anaconda. Does anyone knows if it is achievable? |
Hi Guys,
Do you know whether it is possible to install CloudCompPy and have a python binding with pip in a virtual environment? My plan is to compile it from source and then possibly getting a
setup.py
should do the trick.However, I am not sure whether it would work or you have tried to install the lib that way.
Thanks.
The text was updated successfully, but these errors were encountered: