-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Comments
What happens if you run |
Sorry, it's saying |
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 ? |
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)
The text was updated successfully, but these errors were encountered: