0

I installed the Anaconda package and then tried to install the IJulia package and I get:

enter image description here

As you can see Update didnt work either, which was the only possible instruction I could find upon a quick search...

Thanks.

user191919
  • 724
  • 1
  • 9
  • 27

1 Answers1

2

There seems to be something wrong in your Julia installation.

The easiest thing to do (although a bit drastic) is probably to delete the .julia directory in your home directory and try again. The installed packages are stored in that directory, so deleting it will "reinitialise" the package manager.

Note also that it is no longer necessary to separately install Anaconda in order to use IJulia -- if it does not find a Jupyter installation, it will install the required packages itself.

David P. Sanders
  • 5,210
  • 1
  • 23
  • 23