Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing and using QuantEcon library #259

Open
kderkba opened this issue May 14, 2020 · 5 comments
Open

Problem installing and using QuantEcon library #259

kderkba opened this issue May 14, 2020 · 5 comments

Comments

@kderkba
Copy link

kderkba commented May 14, 2020

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)
quant_econ_err
quant_econ_err2

@oyamad
Copy link
Member

oyamad commented May 14, 2020

What happens if you run import Pkg; Pkg.add("FFTW") as instructed and then Pkg.build("FFTW")?

@kderkba
Copy link
Author

kderkba commented May 14, 2020

I get an Error: Error building FFTW. (image below)
quant_econ_err2

@oyamad
Copy link
Member

oyamad commented May 14, 2020

Sorry, it's saying import Pkg; Pkg.add("Pkg"). What happens if you just run import Pkg?

@kderkba
Copy link
Author

kderkba commented May 14, 2020

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.

@oyamad
Copy link
Member

oyamad commented May 14, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants