Skip to content

Running this example results in an error-"Modeling: Sweep chain and sweep sketch" #1141

Answered by RobPasMue
xxtemps asked this question in Q&A
Discussion options

You must be logged in to vote

For some reason your dependencies seem to be quite old. I believe that you might be using an old virtual environment. My recommendations are:

Option 1: create a new virtual environment and install ansys-geometry-core again from scratch
Option 1bis: what you can also do is install the tests target of ansys-geometry-core

pip install ansys-geometry-core[tests]

This will make you have the same pinned dependencies we have when testing.

Option 2: force the upgrade of the VTK and trame related packages:

pip install --upgrade --force-reinstall 'trame>=2.5.2' 'trame-client>=2.12.7' 'trame-server>=2.11.7' 'trame-vtk>=2.5.8' 'trame-vuetify>=2.3.1'

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@xxtemps
Comment options

@RobPasMue
Comment options

Answer selected by RobPasMue
Comment options

You must be logged in to vote
4 replies
@RobPasMue
Comment options

@RobPasMue
Comment options

@wangleitheone
Comment options

@RobPasMue
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants