CloudComPy Binaries Method-Instruction
CloudComPy Binaries Method-Instruction
Description:
This link points to a page where you can download pre-built binaries of CloudComPy for Windows. These binaries
are precompiled versions of CloudComPy that are ready to use without the need for manual compilation.
Purpose: This is intended for users who want to use CloudComPy without dealing with the complexity of building it
from source. It allows you to quickly get started with the Python bindings for CloudCompare by simply downloading
and installing the package.
Advantages:
o Easy and fast setup: No need to configure build tools or deal with dependencies.
o Ready-to-use: Simply download and start using CloudComPy in your Python environment.
o Suitable for users who just need to use the software, not modify or extend it.
Drawbacks:
o The binaries may not include the latest features or bug fixes if the build is outdated.
Summary:
o Best for developers, contributors, or users who want control over the build process and potentially modify the
code.
o Best for users who want a quick and easy installation of CloudComPy without compiling anything.
o Provides ready-to-use, precompiled binaries, but with limited flexibility for modifications or updates.
CloudComPy (This Project Links Python with Compare and made Python run Scripts inside CC)
the current installed dictionary is a cloudcompy under the name Build accompanied by an auto generated cloudcompy folder
cd C:\Users\alsay\CloudComPy310
by running these codes in conda this will activate the CloudComPy Env. (assuming all the dic are installed and the env. Variables
PATH and PYTHPATH are sets correctly).
a- go to (edit the system environmental variables) then go to PYTHPATH and move up the CloudComPy310 env to the top of the
list
b- open VScode and use ctrl+shift+p to select python interpreter and choose CloudComPy310
c-open the folder with the following dic (C:\ Users\alsay\Build\ CloudComPy310\)
a-run mini conda and run the following codes (when you start conda its will be deactivated by defults):
a*- if you are running conda on different env. Then give the command (conda deactivate) the:
cd \Users\alsay\
by running these codes in conda this will activate the sklearn Env. (assuming all the dic are installed and the env. Variables PATH
and PYTHPATH are sets correctly).
b- go to (edit the system environmental variables) then go to PYTHPATH and move up the sklearn env to the top of the list
c- open VScode and use ctrl+shift+p to select python interpreter and choose sklearn
d-open the folder with the your project Dic for my case its (C:\Users\alsay\SciKit-Learn Project)
Or if you want to install the compatible version with python, same as cloudcompy310