Could not find any INDEX file for image package
On trying to invoke imshowpair
or montage
I get
error: could not find any INDEX file in directory E:Octaveshareoctavepackagesimage-2.8.0,
try pkg rebuild all to generate missing INDEX files
error: called from
describe>parse_pkg_idx at line 94 column 5
describe at line 59 column 39
pkg at line 566 column 41
__unimplemented__>check_package at line 519 column 13
__unimplemented__ at line 321 column 11
Can't quite seem to figure out what is causing this. Other image functions like imread and imshow work fine. pkg rebuild all does not fix anything.
This is Octave 4.4.1 on Windows 10.
image octave
add a comment |
On trying to invoke imshowpair
or montage
I get
error: could not find any INDEX file in directory E:Octaveshareoctavepackagesimage-2.8.0,
try pkg rebuild all to generate missing INDEX files
error: called from
describe>parse_pkg_idx at line 94 column 5
describe at line 59 column 39
pkg at line 566 column 41
__unimplemented__>check_package at line 519 column 13
__unimplemented__ at line 321 column 11
Can't quite seem to figure out what is causing this. Other image functions like imread and imshow work fine. pkg rebuild all does not fix anything.
This is Octave 4.4.1 on Windows 10.
image octave
1
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49
add a comment |
On trying to invoke imshowpair
or montage
I get
error: could not find any INDEX file in directory E:Octaveshareoctavepackagesimage-2.8.0,
try pkg rebuild all to generate missing INDEX files
error: called from
describe>parse_pkg_idx at line 94 column 5
describe at line 59 column 39
pkg at line 566 column 41
__unimplemented__>check_package at line 519 column 13
__unimplemented__ at line 321 column 11
Can't quite seem to figure out what is causing this. Other image functions like imread and imshow work fine. pkg rebuild all does not fix anything.
This is Octave 4.4.1 on Windows 10.
image octave
On trying to invoke imshowpair
or montage
I get
error: could not find any INDEX file in directory E:Octaveshareoctavepackagesimage-2.8.0,
try pkg rebuild all to generate missing INDEX files
error: called from
describe>parse_pkg_idx at line 94 column 5
describe at line 59 column 39
pkg at line 566 column 41
__unimplemented__>check_package at line 519 column 13
__unimplemented__ at line 321 column 11
Can't quite seem to figure out what is causing this. Other image functions like imread and imshow work fine. pkg rebuild all does not fix anything.
This is Octave 4.4.1 on Windows 10.
image octave
image octave
edited Nov 19 '18 at 13:52
asked Nov 19 '18 at 13:25
CrazyMod
63
63
1
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49
add a comment |
1
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49
1
1
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49
add a comment |
1 Answer
1
active
oldest
votes
By the error, it seems that the package folder is there, but not the contents, so you may need to reinstall the image package:
pkg install -forge image
(Sometimes it takes a while as it generates document cache)
After it is installed, don't forget to load the package:
pkg load image
There is a new version 2.8.1 out from 19-Nov-2018, but it does not currently contain a version of imshowpair.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53375633%2fcould-not-find-any-index-file-for-image-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
By the error, it seems that the package folder is there, but not the contents, so you may need to reinstall the image package:
pkg install -forge image
(Sometimes it takes a while as it generates document cache)
After it is installed, don't forget to load the package:
pkg load image
There is a new version 2.8.1 out from 19-Nov-2018, but it does not currently contain a version of imshowpair.
add a comment |
By the error, it seems that the package folder is there, but not the contents, so you may need to reinstall the image package:
pkg install -forge image
(Sometimes it takes a while as it generates document cache)
After it is installed, don't forget to load the package:
pkg load image
There is a new version 2.8.1 out from 19-Nov-2018, but it does not currently contain a version of imshowpair.
add a comment |
By the error, it seems that the package folder is there, but not the contents, so you may need to reinstall the image package:
pkg install -forge image
(Sometimes it takes a while as it generates document cache)
After it is installed, don't forget to load the package:
pkg load image
There is a new version 2.8.1 out from 19-Nov-2018, but it does not currently contain a version of imshowpair.
By the error, it seems that the package folder is there, but not the contents, so you may need to reinstall the image package:
pkg install -forge image
(Sometimes it takes a while as it generates document cache)
After it is installed, don't forget to load the package:
pkg load image
There is a new version 2.8.1 out from 19-Nov-2018, but it does not currently contain a version of imshowpair.
answered Nov 21 '18 at 17:47
lostbard
3,0631311
3,0631311
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53375633%2fcould-not-find-any-index-file-for-image-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
imread and imshow are core octave, not image pkg. imshowpair does not seem to be implemented yet. are you sure you installed the image package correctly? is it installed in the location referenced in the error? what happens if you try to reinstall it? where does pkg list say it's installed?
– Tasos Papastylianou
Nov 19 '18 at 17:49