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

Some confusion about installation #199

Open
cama36 opened this issue Dec 21, 2024 · 3 comments
Open

Some confusion about installation #199

cama36 opened this issue Dec 21, 2024 · 3 comments

Comments

@cama36
Copy link

cama36 commented Dec 21, 2024

https://github.com/CloudCompare/CloudComPy/blob/master/doc/UseLinuxCondaBinary.md
Actually, after I followed the instructions above, I successfully used CloudCompy, and I am very interested in it. But unfortunately, for some reason, I can't start the conda environment when using it, that is, I want to install it directly in the system environment, without using . <path install>/bin/condaCloud.sh activate CloudComPy310, directly to run CloudCompare, is it possible? I am a novice in this area, can you help me achieve this process?

@prascle
Copy link
Collaborator

prascle commented Dec 21, 2024

Hello,
If you don't want to use the conda environment, the only way will be to rebuild CloudComPy/CloudCompare on your system with the plugins, which is a complex process...
if you agree to install the conda environment but just want to run a single command that does everything, that should be possible, depending on what you want to do, can you be more specific about your use case?

Regards,
Paul

@cama36
Copy link
Author

cama36 commented Dec 23, 2024

Hello, my task is to simply describe that I have a docker service of triton server. After starting docker, some pcd files will be sent to me. I want to use cloudcompy to do some operations and return the results, but during this process I may not be allowed to start any virtual environment, so I may only be able to operate in the base environment. Is this feasible? Best wishes.

@prascle
Copy link
Collaborator

prascle commented Dec 23, 2024

Hello,
I don't know enough about triton and its docker service to give you a precise answer. CloudComPy is built on top of CloudCompare, and requires several libraries to work (at least Qt, PCL in your case and probably many more depending on what you need with CloudComPy/CloudCompare). With CloudComPy binaries available, these libraries are provided by the conda environment. It's probably possible to build a specific version of CloudComPy incorporating all the libraries needed to run directly in the docker service, but this isn't an easy task if you're not used to it...
Regards,
Paul

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