3

I am using JuliaPro v1.4 on Windows 10. I was trying to install a package but the REPL got stuck so I interrupted it. Since then I'm no longer able to install any package due to this error. Any ideas?

Akahs
  • 333
  • 2
  • 10

2 Answers2

0

If you are in the right directory (where the manifest/project file are), just doing up and resolve in the package manager will resolve this.

logankilpatrick
  • 13,148
  • 7
  • 44
  • 125
  • Sorry I couldn't seem to find the correct directory. I tried cd "AppData\Local\JuliaPro-1.4.0-1\.juliapro\JuliaPro_v1.4.0-1\environments\v1.4" (where these files exist) but the same shows up. – Akahs May 26 '20 at 21:37
  • 1
    I have this same issue. @logankilpatrick could you explain your solution in a little more detail? – timothy.s.lau Jun 19 '20 at 20:49
  • Hey Timothy, what part is it clear? It should (hopefully) be As simple as getting into the correct dir and then doing an Up & Resolve. Have you tried those steps? – logankilpatrick Jun 20 '20 at 02:33
0

In the REPL (in the repo where you'd like to install the package):

  • Switch to "Pkg mode" by typing ]
  • Type up + enter
  • Type resolve + enter
  • Try re-installing the desired package