Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

[OS Windows 10] : e2e setup-env command fails with error 49 on windows 10 #2511

Closed
dikshachauhan-qasource opened this issue May 10, 2022 · 1 comment
Assignees

Comments

@dikshachauhan-qasource
Copy link
Contributor

While running the make -C .ci setup-env command on Windows 10 powershell terminal, encountered below error:

PS C:\e2e_framework\e2e-testing> make -C .ci setup-env
make: Entering directory 'C:/e2e_framework/e2e-testing/.ci'
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe .runID
make[1]: Entering directory 'C:/e2e_framework/e2e-testing/.ci'
make[1]: '.runID' is up to date.
make[1]: Leaving directory 'C:/e2e_framework/e2e-testing/.ci'
python3 -m venv "C:/e2e_framework/e2e-testing/.venv"
make: *** [Makefile:55: setup-env] Error 49
make: Leaving directory 'C:/e2e_framework/e2e-testing/.ci'
@kuisathaverat kuisathaverat self-assigned this Dec 30, 2022
@kuisathaverat
Copy link
Contributor

It was failing at $(VENV_DIR)/bin/pip3 install ansible requests boto3 boto the virtual environment was not used at

e2e-testing/.ci/Makefile

Lines 52 to 56 in 878a99d

setup-env:
$(MAKE) .runID
python3 -mvenv $(VENV_DIR)
$(VENV_DIR)/bin/pip3 install ansible requests boto3 boto
$(VENV_DIR)/bin/ansible-galaxy install -r $(PROJECT_DIR)/.ci/ansible/requirements.yml
, this should be fixed at #3285

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants