Search code examples
octave

Error,when installing a new package in Octave


I tried to install in Octave these packages:

  • bim
  • image

But setup is not finished, because this error:

enter image description here

Before starting to install packages, I updated the pkg itself with the command

pkg update

After a long update, everything also gives an installation error. Also reinstalled Octave, the error does not disappear


Solution

  • I don't use Octave, but based on the instructions on https://octave.sourceforge.io/, you should try

    pkg install -forge image
    pkg install -forge bim
    

    to install the Forge image and bim packages respectively.