Skip to content

Commit f9b3db0

Browse files
ankitkumarrfabiocav
authored andcommitted
Fixes #899 - More info on python package failure
1 parent 19be142 commit f9b3db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/python/packapp/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ def build_independent_wheel(name, version, args, dest):
197197
def build_binary_wheel(name, version, args, dest):
198198
die(f'cannot install {name}-{version} dependency: binary dependencies '
199199
f'without wheels are not supported. Use the --build-native-deps option '
200-
f'to try building the binary dependencies using a Docker container.')
200+
f'to automatically build and configure the dependencies using a Docker container. '
201+
f'More information at https://aka.ms/func-python-publish')
201202

202203

203204
def parse_args(argv):

0 commit comments

Comments
 (0)