CloudComPy312_20260527

CloudComPy312_20260527
CloudComPy312_20260527.7z
File Size:
94.42 MB
License:
Date:
26 May 2026

CloudComPy For Windows 11, Python 3.12 - May 27, 2026.  Based on CloudCompare 2.14beta, May 1st, 2026.

Features

The installation instructions are in the package, in doc/UseWindowsCondaBinary.md

This version does not require Conda anymore but requires a Python 3.12 environment with at least the following packages: 

numpy requests psutil scipy numpy-quaternion cmake matplotlib
 
For instance, create a Python virtual environment with venv (adapt the path for Your Python 3.12 install and for the virtual env). In the Command Prompt (`cmd`) :
 
cd "%USERPROFILE%\AppData\Local\Programs\Python\Python312"
python -m venv "%USERPROFILE%\CloudComPy\venv312"
cd "%USERPROFILE%\CloudComPy"
venv312\Scripts\activate
pip install numpy requests psutil scipy numpy-quaternion cmake matplotlib
 
Unzip the cloudComPy binary in the directory of your choice. 
From the Command Prompt, activate the Python venv, cd to the cloudComPy install and launch envCloudComPy.bat, to set the CloudComPy PATH and PYTHONPATH.
 
cd %USERPROFILE%\CloudComPy
venv312\Scripts\activate
cd install\CloudComPy312
envCloudComPy.bat
 
The documentaion is provided with the package. From the Python prompt : 
import cloudComPy as cc
cc.launchDoc()
 
Changelog

This version brings the following features:

 - cloudComPy is based on CloudCompare 2.14alpha (master May 1st, 2026), with various patches needed by cloudComPy.
 - cloudComPy is now built with a Conda Python 3.12 environment and Qt6.10.
 - A new procedure to build the Windows packaging
 - All the packagings (Windows, Linux, macOS) embed all the required libraries: easier to install and maintain,
   needs just a Python 3.12 environment with some packages. Windows packaging does not work with Spyder or Jupyter, but with VS code.
 - This new packaging is a step toward creating PyPI wheels, but wheels are not yet operational.
 - (issue #213) ComputeVolume25D : allow for groundHeight and ceilHeight to be None
 - (issue #216) Hough Plugin
 - several minor fixes and doc improvement.
 
 
Powered by Phoca Download