Closed gitting-around closed 3 years ago
Thanks for submitting the issue.
We are currently in the process of adding additional backends, which requires a bit of refactoring. By mistake, I pushed some unfinished work to the master branch.
I will fix it ASAP :)
solved by f224340
The unfinished backends have been disabled and backends.toml has been updated to include the correct files
There seems to be a problem when creating an fmu from the gui.
When I choose the python backend it throws the following error (same if creating from shell):
When I choose the java backend, it creates the binaries and resources folders with the corresponding files, however no
modelDescription.xml
file. Same if creating from the shell.I thought I'd try with the csharp backend also, and it creates the binaries and resources folders with no
modelDescription.xml
file. In the resources folder there is only thelaunch.toml
file. In this case, if creating from shell, it creates themodelDescription.xml
file, and the resources folder with onlylaunch.toml
.This is running on macos Catalina.