Using iVABS without virtual environment #17
Answered
by
unitasium
Si1verBe11
asked this question in
VABS Related Discussions
-
Beta Was this translation helpful? Give feedback.
Answered by
unitasium
Oct 15, 2024
Replies: 1 comment 7 replies
-
This is caused by some changes in the numpy 2.0. This will be resolved in a future version. Right now the way to fix this is to install an earlier version: |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The examples are tested against the latest versions delivered in the ivabs package, so there could be some compatibility issues with older versions of prevabs. The issue of the latest prevabs (1.5.2) not running on your machine could be related with the mismatch of vabs dll. The code is compiled along with the library of vabs 4.0. If you are using vabs 4.1, then it may not work. I am working on updating prevabs to fix this.
The material and lamina data are stored in the main cross-section input file (
opt_cs_box_lam/files/box.xml.tmp
). The older version of prevabs looks for material data from an external database only. This is why it cannot find the lamina. The workaround is to copy the ma…