On Tuesday, January 24, 2017 at 9:19:55 AM UTC+1, jahanzeb.malik wrote: > > The otb script > https://www.orfeo-toolbox.org/packages/OTB-5.8.0-Linux64.run does not > make any folder names "Applications". The script makes only these: > monteverdi.sh, mapla.sh, otbenv.profile, bin (folder), lib (folder), share > (folder). I have also run the suggested command as: > sudo -s >
there is lib/otb/applications folder right? > source otbenv.profile > > but still i am getting the same error after running > otbApplicationLauncherCommandLine: > > my bad. there is no OTB_APPLICATION_PATH in otbenv.profile but it is set in bin/otbcli Okay. Let find out what error is that from otbApplicationLauncherCommandLine what is output of "which tbApplicationLauncherCommandLine" ? does that point to correct one from package? or "which otbcli_<Name of app>" ? ERROR: LoadApplication, no module found ... > ERROR: nO loaded application... > > On Tue, Jan 24, 2017 at 1:09 PM, Rashad <[email protected] > <javascript:>> wrote: > >> >> >> On Tuesday, January 24, 2017 at 6:50:43 AM UTC+1, jahanzeb.malik wrote: >>> >>> I have installed OTB 5.8.0 LINUX 64 binaries on Ubuntu LTS 16.04 by >>> running https://www.orfeo-toolbox.org/packages/OTB-5.8.0-Linux64.run. >>> >>> I have installed everything in /opt/otb/OTB-5.8.0-Linux64 >>> As suggested in the userguide >>> I have set paths as: >>> export PATH=$PATH:/opt/otb/OTB-5.8.0-Linux64/bin >>> >> export PATH=$PATH:/opt/otb/OTB-5.8.0-Linux64/bin is wrong in order. it is export PATH=/opt/otb/OTB-5.8.0-Linux64/bin:$PATH also run this unset OTB_APPLICATION_PATH before testing otbcli. export OTB_APPLICATION_PATH=/opt/otb/OTB-5.8.0-Linux64/bin >>> >>> OTB_APPLICATION_PATH is wrong. >> >> you need to source otbenv.profile like below >> . ./otbenv.profile >> >> BTW correct value is >> export OTB_APPLICATION_PATH= >> /opt/otb/OTB-5.8.0-Linux64/lib/otb/applications >> >> Now I am running following command: >>> >>> otbApplicationLauncherCommandLine otbcli_Convert >>> /opt/otb/OTB-5.8.0-Linux64/bin >>> >>> or >>> >>> otbApplicationLauncherCommandLine otbcli_Convert >>> >>> ERROR: LoadApplication, no module found ... >>> ERROR: nO loaded application... >>> >>> I am getting same error for >>> otbApplicationLauncherQt otbgui_Convert /opt/otb/OTB-5.8.0-Linux64/bin >>> >>> Please let me know how can I resolve the issues. >>> >>> -- >>> Kind Regards >>> M. Jahanzeb Malik >>> >> -- >> -- >> Check the OTB FAQ at >> http://www.orfeo-toolbox.org/FAQ.html >> >> You received this message because you are subscribed to the Google >> Groups "otb-users" group. >> To post to this group, send email to [email protected] >> <javascript:> >> To unsubscribe from this group, send email to >> [email protected] <javascript:> >> For more options, visit this group at >> http://groups.google.com/group/otb-users?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "otb-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Kind Regards > M. Jahanzeb Malik > -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
