0

I have been using Julia for a while now. Suddenly today when I wanted to update a package I get the following error:

Julia Pkg tar error

This happens for every package, whether it is Pkg.add() or Pkg.update(). Everything worked fine before today. I already tried removing all Julia versions and reinstalling the latest one.

Does anyone know a solution to this issue?

Seraphax
  • 55
  • 4

1 Answers1

0

Fixed it myself already. When uninstalling Julia, also remove the .julia folder in your user directory (e.g. C:/users/my_name/.julia), before reinstalling.

Seraphax
  • 55
  • 4