Importing OP_vis

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
Ziad
Posts: 12
Joined: Fri Sep 22, 2023 6:38 am

Importing OP_vis

Post by Ziad » Fri Apr 26, 2024 1:25 am

I am using this as the documentation states to import ops_vis: import openseespy.postprocessing.ops_vis as opsv

But I am getting an error: No module named 'openseespy.postprocessing.ops_vis'.
Has anyone had this issue?

mhscott
Posts: 875
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Importing OP_vis

Post by mhscott » Sat Apr 27, 2024 3:40 pm

The `ops_vis` module is now in its own package.

https://github.com/sewkokot/opsvis

Post Reply