Reputation: 183
I tried to install in Octave these packages:
bim
image
But setup is not finished, because this error:
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
Upvotes: 1
Views: 1384
Reputation: 168986
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.
Upvotes: 3