TAGGED: geometry, pyansys, spaceclaim, student
-
-
January 9, 2024 at 2:46 pmZara HamiltonSubscriber
Hi Trying to use the Geometry module but it say sits not compatable.
-----------------------------------------------------------------------------------------------------------------------
CodeÂ
from skimage import io, exposure, filters, measure, morphologyfrom skimage.measure import marching_cubesimport matplotlib.pyplot as pltimport numpy as np#import pyansysimport pyvista as pvfrom ansys.mapdl.core import launch_mapdlfrom ansys.geometry.core import launch_modeler_with_spaceclaim# File path to the image stackfile_path = 'myfilepath'# Load the images stackimages = io.imread(file_path)# Preprocess and segmentÂimages_eq = [exposure.equalize_hist(img) for img in images]thresholded_images = [img > filters.threshold_otsu(img) for img in images_eq]cleaned_images = [morphology.remove_small_objects(img, min_size=50) for img in thresholded_images]modoler_discovery= launch_modeler_with_spaceclaim()Â------------------------------------------------------------------------------------------------------------------------------------------------ErrorÂCRITICAL - Â - Â logger - handle_exception - Uncaught exception
Traceback (most recent call last):
 File "File_being_ran", line 24, in
  modoler_discovery= launch_modeler_with_spaceclaim()
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "C:\Users\Users\miniconda3\Lib\site-packages\ansys\geometry\core\connection\launcher.py", line 566, in launch_modeler_with_spaceclaim  Â
  return prepare_and_start_backend(
      ^^^^^^^^^^^^^^^^^^^^^^^^^^
 File "C:\Users\Users\miniconda3\Lib\site-packages\ansys\geometry\core\connection\product_instance.py", line 236, in prepare_and_start_backend
  _check_minimal_versions(product_version)
 File "C:\Users\Users\miniconda3\Lib\site-packages\ansys\geometry\core\connection\product_instance.py", line 373, in _check_minimal_versions Â
  raise SystemError(msg)
SystemError: PyAnsys Geometry is compatible with Ansys Products from version 23.2.1. Please install Ansys products 23.2.1 or later.--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------I have the latest version of ansys -
January 10, 2024 at 8:06 pmmrifeAnsys Employee
Hi ZaraÂ
Support for PyAnsys 'products' are normally done via their GitHub pages. Please ask this here and be prepared with proof of version and also what license is being used to run SCDM. Â
https://github.com/ansys/pyansys-geometry/discussions
You should/could also use Pip to get the package information for the Python install and include that (to show the version of PyAnsys Geometry installed etc).
Â
Mike
Â
-
January 11, 2024 at 10:12 amZara HamiltonSubscriber
Â
Thank you, I have posted there…. I think this might be license issue? do you know if there are limitations of student license through pyansys?
Â
-
- The topic ‘PyANSYS Geometry’ is closed to new replies.
- Fluent and Rocky DEM coupling in Ansys student
- JavaScript Runtime Error in AQWA Pre on Windows 11 (Version 24H2)
- Error: Result file is incomplete or corrupt. It cannot be read.
- ANSYS 2024 R2 Student License Manager Error
- No FlexNet Publisher (FNP) license found for feature HPC Parallel.
- Script Error while opening Ansys Mechanical
- Ansys MAxwell student data e4xport
- Ansys Student 2025 R1 – Ansys Discovery did not install
- DMP and SMP
- FNP License Error
-
1882
-
802
-
599
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.