ftl/python/layer_builder.py [197:204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        pip_cmd_args.extend(constants.PIP_OPTIONS)
        ftl_util.run_command(
            'pip_download_wheels',
            pip_cmd_args,
            cmd_cwd=self._directory,
            cmd_env=self._gen_pip_env(),
            cmd_input=pkg_txt,
            err_type=ftl_error.FTLErrors.USER())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ftl/python/layer_builder.py [305:312]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        pip_cmd_args.extend(constants.PIP_OPTIONS)
        ftl_util.run_command(
            'pip_download_wheels',
            pip_cmd_args,
            cmd_cwd=self._directory,
            cmd_env=self._gen_pip_env(),
            cmd_input=pkg_txt,
            err_type=ftl_error.FTLErrors.USER())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



