Welcome to abqpy Discussions! #146
Replies: 3 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I'm new to Github (first time). I installed abqpy-2020.7.1 (with abaqus2020 and python 3.10.11). when i want to launch my code (code below) i have the following error : I also tried with another version of abqpy-2020 (6.2) and it worked perfectly. The cae function (from abqpy>cli.py>class AbqpyCLI) has not 'startup' in its keywords (in both versions). So the problem could come from one of the inputs of "abaqus.cae(filePath, *sys.argv[1:], **config.cae.model_dump())" but my knowledge stops here. I hope it helps. all is executed on an offline windows 10 Python code : test.pyfrom abaqus import mdb job = mdb.JobFromInputFile('job_name', 'job_name.inp') More Things relatedpy file executed in vscode |
Beta Was this translation helpful? Give feedback.
-
There are two questions for me. Q1: I uninstall abaqus2022 and install abaqus2024. However, the command was run in abaqus.bat of abaqus2022. How can I change its address? Q2: I want to use some algorithms in scikit_learn to optimize some parameters of the model (based on simulation results). How can I correctly install sklearn and use relevant functions in the script? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions