sbenthall / SHARKFin

Simulating Heterogeneous Agents with Finance
6 stars 5 forks source link

Can't run AMMPS locally #270

Open sbenthall opened 5 months ago

sbenthall commented 5 months ago

I'm trying to run AMMPS locally for testing.

Following the README instructions with ammps_sharkfin_container matched with the master branch, I'm getting the following error:

$ dotnet container_contents/ammps_bin/amm.engine.dll RunConfFromFile testconfigs/testconf.xlsx working 0 --rabbitMQ-host localhost --rabbitMQ-queue rpc_queue -t true
A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not exist

@mesalas?

mesalas commented 5 months ago

This is an issue with dotNET. I seen this before on my ubuntu work station. I think the issue was resolved by removing dot net and installing it again using apt-get.

mesalas commented 5 months ago

I have updated the binaries and the README in ammps_sharkfin_container. Let me know if it doesnt work