You can follow these steps to fix the package resolve issues in JuliaPro v0.6.2.2
- Open your JuliaPro command prompt and find the path of REQUIRE file by executing following command:
Pkg.dir("REQUIRE")
-
Take a backup of REQUIRE file
-
Open the REQUIRE file in a text editor of your choice and replace following line
Compat 0.55.1 0.55.1+
With
Compat
- Once you’ve saved above changes, execute following command in JuliaPro command prompt:
Pkg.resolve()
Just a heads up: - If you had installed JuliaPro with admin privileges, then you have to launch JuliaPro REPL (JuliaPro command prompt) as admin to perform last step.