-
Notifications
You must be signed in to change notification settings - Fork 20
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
LoadError: Failed to precompile example1Dynamic [top-level] to C:\Users\giorg\.julia\compiled\v1.7\jl_2440.tmp #1
Comments
@giorgi-tsu Thanks for reporting the issue. I'm looking into it and getting back to you as soon as possible. |
Thank you very much @MichelJuillard for replying. I continued testing and found out how to run it successfully on my machine which runs the following version of Windows: Edition Windows 10 Pro So, the repo Dynare.jl has definitely no problem at least regarding with running the test example1.mod file (sorry for taking your time with "false" alarm above). What I found out is the following: The precondition to successfully run
Once the Dynare.jl is activated and the REPL shows
I hope this issue helps others who have been using MATLAB for Dynare but are new to Julia and want to quickly run their first dynare model file. |
Thanks Giorgi but there is indeed an issue in the Dynare package. You shouldn't have to activate the Dynare project to make it run. I have found the source of the problem and working on a fix |
@giorgi-tsu the issue should be solved in the new version v.0.2.1 of the package. Now Dynare should run in any project to which Dynare.jl has been added |
I decided to move from MATLAB to Julia. In order to get up and running with Dynare/Julia I cloned this repo to my local folder (the address shown below), then I cd-ed to that folder and followed the instructions exactly as written in README.md, however, I ran into several errors. Having thought I have had some problems in general registry and packages, I deleteed the entire July installation and reinstalled clean version of it. The script below shows my Julia REPL for the first time after installation was complete. Despite this, it still runs into the same error when running example1 test model in this repo. Below I copied the entire output from my REPL (note that I have not installed any other packages yet. This was clean Julia package). I am not proficient enough with Julia (strated getting to know with it only a couple of days ago) to debug this error message and since I have clean install of Julia and I folowed the instructions in README.md file exactly I suspect there could be a problem with the repo itself.
The text was updated successfully, but these errors were encountered: