CloudComPy312_20260610
CloudComPy312_20260610
CloudComPy312_20260610.7z
File Size:
93.96 MB
License:
Date:
10 June 2026
CloudComPy For Windows 11, Python 3.12 - June 10, 2026. Based on CloudCompare 2.14beta, May 1st, 2026.
A fix to allow the use of Jupyter or Spider, in a Conda environment
Features
The installation instructions are in the package, in doc/UseWindowsCondaBinary.md
This version requires a Python 3.12 environment with at least the following packages:
numpy requests psutil scipy numpy-quaternion cmake matplotlibYou can build the Python environment either with Python venv or Conda. If you want to use Jupyter or Spyder, prefer Conda (see doc/UseWindowsCondaBinary.md in the package).
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\activatepip install numpy requests psutil scipy numpy-quaternion cmake matplotlibUnzip 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%\CloudComPyvenv312\Scripts\activatecd install\CloudComPy312envCloudComPy.batThe documentaion is provided with the package. From the Python prompt :
import cloudComPy as cccc.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.
- 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