Commercial build and error help
Hi All and @rolandlichters
For context, starting a senior position in market risk.
Interested in commercial implementation of the product.
I am trying to install it locally but getting the below error.
(test) [andrewcz@meta ~/Engine/Examples/Example_1]$ python run.py ORE executable not found. (test) [andrewcz@meta ~/Engine/Examples/Example_1]$
im on arch linux, could not install swig because i dont know directories to place in the <> symbols.
Please assist if possible.
Hi Andrew,
did you build from sources as described in the user guide https://www.opensourcerisk.org/wp-content/uploads/2022/12/userguide.pdf? And if so, please check where the ore executable is on your file systems and then I can help you so that the run.py script will find it too.
If you are looking for the python ORE module, then you could bypass the entire build and get it with
pip install osre
That will give you the pre-release of the upcoming version 9. All you need is python 3.7 or newer in order to get/use it. After installing it, you can copy <ORESWIG>/OREAnalytics-SWIG/Python/Examples/ore.py from the latest release or from the ORESWIG master on github. You can then run
python ore.py
which gives you the same functionality as the command line ORE app.
Kind regards, Roland
Thank you @rolandlichters much appreicated.
I will contact you through your website for the commercial request.
I'm going to try and rebuild it in linux.
Is there a way to find out the location on where its installed. I'm installing it on arch linux.