Importing requirements #267
Replies: 1 comment 2 replies
-
Hi! Unfortunately I can't reproduce the issue you're having locally, so we'll need to get some more info out of your setup. First of all: Which version of capellambse are you running – do you have the latest version? You can check this with:
If it's not the latest (currently v0.5.18), please update with The error output says: However, in the command above you only copied the command from the demo notebook If it still doesn't work, we'll have to investigate a bit deeper – in that case, please provide more of the code you're running. If you can, attaching an entire Jupyter notebook which shows the error would be good (you don't necessarily have to provide the model or the source file with your actual requirements). |
Beta Was this translation helpful? Give feedback.
-
I have an empty Capella project and I want to import requirements through py-capellambse.
I have followed the tutorial but was not able to apply the same steps.
https://dsd-dbs.github.io/py-capellambse/examples/06%20Introduction%20to%20Requirement%20access%20and%20management.html
Since my Capella project is empty i started with creating a requirements_module which appears then in the file
Following the tutorial I wanted to create the requirement using
which stops my python skript with this comment
The following variables are also empty
model.oa.requirements = []
model.oa.requirement_tpyes_folder = []
Since I dont know how to proceed it would be great to get some help. Thank you,
Michael
Beta Was this translation helpful? Give feedback.
All reactions