Skip to content

Commit

Permalink
Downgrade to Python 3.8.10 on Windows
Browse files Browse the repository at this point in the history
3.8.10 is as of right now the latest available 3.8.x available via Chocolatey. One of our dependencies is difficult/impossible to install/build on Windows on Python 3.9 so this is mainly a pragmatic solution for now.

See NitorCreations/ec2-utils#4

Fixes NitorCreations#31
  • Loading branch information
Jalle19 committed Oct 5, 2022
1 parent 8ecfe84 commit c0826c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n_utils/includes/bake-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ else
PASSWD_ARG="$PASSWD_ARG \"ansible_winrm_server_cert_validation\": \"ignore\","
PASSWD_ARG="$PASSWD_ARG \"prepare_script\": \"$(n-include prepare.ps1)\"}"
[ "$VOLUME_SIZE" ] || VOLUME_SIZE=30
[ "$WIN_PYTHON_VERSION" ] || WIN_PYTHON_VERSION="3.9.13"
[ "$WIN_PYTHON_VERSION" ] || WIN_PYTHON_VERSION="3.8.10"
extra_args[${#extra_args[@]}]=-e
extra_args[${#extra_args[@]}]="win_python_version=$WIN_PYTHON_VERSION"
fi
Expand Down

0 comments on commit c0826c4

Please sign in to comment.