Good morning Rob,
Thank you for your reply.
I have now installed the latest version of OpenVSP (3.48.2) and I believe I followed all the installation steps correctly. Could you please confirm if my setup procedure is correct?
Here is what I did:
- After installing OpenVSP, I created a new Python 3.13 environment using Anaconda.
- Then I opened PowerShell, activated the Python 3.13 conda environment, navigated to the OpenVSP Python directory (as described in the README file), and executed `setup.ps1`.
- This created a `vsppytools` package inside the Anaconda environment.
After that, I ran some of the example Python tests within this environment:
- `test.py`
- `test_vsp_api.py`
- `test_degen_geom.py`
The first two ran successfully, but `test_degen_geom.py` produced an error.
Additionally, once the `vsppytools` environment is created successfully, can I assume that the OpenVSP Python API installation is correct (mainly VSPAERO)? Besides that is there a "checkup" that I can run in Terminal (like in 3.21.2 version)?
Thank you again for your help.
Best regards,
João Vitor