Problem installing and using QuantEcon library
kderkba opened this issue · 5 comments
Hi,
When i Try to use QuantEcon library by typing "using QuantEcon" I get the following error: failed to precompile QuantEcon to..."
And it says:
ERROR: LoadError: FFTW is not properly installed. Please run Pkg.build("FFTW") and restart Julia.
When I try to build FFTW I get an other error (images below)
What happens if you run import Pkg; Pkg.add("FFTW")
as instructed and then Pkg.build("FFTW")
?
Sorry, it's saying import Pkg; Pkg.add("Pkg")
. What happens if you just run import Pkg
?
It does the same thing. I am able to run import Pkg; Pkg.add.("Pkg") (I also find this a bit counter intuitive, how can I add "Pkg" from Pkg.add?)
But basically I have Pkg, and when I try to run build FFTW it gives the same error as before.
Maybe this is related https://discourse.julialang.org/t/problem-with-pkg-cannot-be-found-in-current-path/26492 ?