Problems during the installation of Python package
When you install CAD Exchanger SDK package with pip package manager you may encounter with the following problem:
ERROR: Could not find a version that satisfies the requirement cadexchanger (from versions: none)
ERROR: No matching distribution found for cadexchanger
Please make sure that your environment meets the primary system requirements: Python version and OS. The supported configurations listed
here.
Related Articles
Overview
CAD Exchanger SDK is a set of libraries to develop 3D applications. It is written in C++, but it has a few wrappers to provide bindings with other programming languages, namely C#, Java and Python. It allows reading, accessing, exploring, analyzing ...
Where can I find models to test CAD Exchanger?
In order to test CAD Exchanger products representative models can be used: from CAD Exchanger Lab installation folder (${install_dir}/models), or from CAD Exchanger SDK folder (${install_dir}/examples/models); from GrabCAD. The site offers a large ...
Can I deploy an app using CAD Exchanger SDK in Docker?
Absolutely! CAD Exchanger SDK is a set of native software libraries, so apps using it can be run within containers. Please note that even if you're using C#, Java or Python API, it will be calling into native binaries. However there is a tiny ...
Logging
Logging can be enabled as follows: Open the command prompt or the CAD Exchanger Batch. Go to the CAD Exchanger installation directory (e.g. cd C:/Program Files/CAD Exchanger/bin/). Note: when the CAD Exchanger Batch is used (not the Windows command ...
I'm writing a plugin for Siemens NX. CAD Exchanger SDK libraries won't load.
Our CadExCore.dll library depends on another system library - dbgeng.dll. In turn, dbgeng.dll depends on another library - dbghelp.dll. Siemens NX loads and uses its own copy of dbghelp.dll instead of the system one. NX's version of this library is ...