Closed mg64ve closed 2 years ago
What version of libquantlib0-dev
do you have (or if you installed from source, what version of QuantLib did you use) ?
What compiler version is that?
Note that Debian 10 is old-stable. Why do you pick that? At CRAN, RQuantLib looks fine on all platforms (which are more current that old-stable):
I just upgraded QuantLib itself to 1.27 and RQuantLib works fine with it.
Hi @eddelbuettel , I have:
libquantlib0-dev (1.15-1)
gcc version 8.3.0 (Debian 8.3.0-6)
I do not think there is any particular reason I am using Debian 10. I have started using the following image few months back:
FROM python:3.9-slim-buster
Do you recommend me to upgrade?
QuantLib 1.15 is seriously antiquated -- Feb 2019 or 3 1/2 years old.
You are free to choose any container you like and that suits you, but if you want to use current software from CRAN you may need to pay closer attention to a current container.
You may notice that this very repo even has a directory docker/ with a container I use for continuous integration testing, and then a convenience container that installs RQuantLib for easiest deployment. You could start from those -- or you could stick with your slim-buster container but you probably want an older version of QuantLib and/or RQuantLib then.
I am going to close this issue ticket as there is nothing wrong with RQuantLib. We do have a mailing for general support and discussion, feel free to join and ask there too. Thanks for your interest in RQuantLib!
So in short if you have QL from Feb 2019, then from glancing at the Archive/ dir of RQuantLib you may get 0.4.9 to work:
The current RQuantLib requires a more current QuantLib than you have.
Thanks @eddelbuettel , I am using the following and looks to be fine!
FROM python:3.9.13-bullseye
Also: sudo apt install r-cran-rquantlib
gets you a premade version (current to when the distro release was cut).
Hello, I am getting the following error during installation:
the following is the full error log: