Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
9e446019
Commit
9e446019
authored
Apr 11, 2022
by
Julien Osman
Browse files
DOC: Warning message now tells the required version of Python is 3.8
parent
26085b00
Pipeline
#10351
passed with stages
in 110 minutes and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Packaging/Files/setup_python.sh
View file @
9e446019
...
...
@@ -69,7 +69,7 @@ else # case where user provides an OTB_PYTHON_EXE
if
[
!
"
$python_major_version
"
-eq
3
]
||
[
!
"
$python_minor_version
"
-eq
5
]
then
printf
%s
\\
n
"*****Warning******"
printf
%s
\\
n
"OTB python bindings normally require python3.
5
."
printf
%s
\\
n
"OTB python bindings normally require python3.
8 (or 3.7 for windows users)
."
printf
%s
\\
n
"The version of OTB_PYTHON_EXE (
$OTB_PYTHON_EXE
) is
\
$python_version
."
printf
%s
\\
n
"This case is undefined unless you are sure the packages were
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment