When installing packages pip may attempt to download dependencies. The installer should contain all dependencies so tell pip where to look for any dependencies.
Signed-off-by: Erik Bjorge <erik.c.bjo...@intel.com> Cc: Ashley DeSimone <ashley.e.desim...@intel.com> Cc: Nate DeSimone <nathaniel.l.desim...@intel.com> Cc: Puja Pandya <puja.pan...@intel.com> Cc: Bret Barkelew <bret.barke...@microsoft.com> Cc: Prince Agyeman <prince.agye...@intel.com> --- edkrepo_installer/linux-scripts/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edkrepo_installer/linux-scripts/install.py b/edkrepo_installer/linux-scripts/install.py index 099954d..0f10ac6 100755 --- a/edkrepo_installer/linux-scripts/install.py +++ b/edkrepo_installer/linux-scripts/install.py @@ -666,7 +666,7 @@ def do_install(): whl = wheels_to_install[whl_name]['wheel'] install_whl = wheels_to_install[whl_name]['install'] if install_whl: - install_cmd = [def_python, '-m', 'pip', 'install'] + install_cmd = [def_python, '-m', 'pip', 'install', '--no-index', '--find-links={}'.format(whl_src_dir)] if install_to_local: install_cmd.append('--user') install_cmd.append(os.path.join(whl_src_dir, whl)) -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#57480): https://edk2.groups.io/g/devel/message/57480 Mute This Topic: https://groups.io/mt/73068193/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-