-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
venv/bin/activate: No such file or directory #104
Comments
It appears your virtualenv didn't actually create a venv. The output looks very similar to what I see when I run it though. What is in |
niro@niros-PC:~/tmp/UEFI/nvidia-uefi/venv$ ls |
The Can you explore |
The local directory had bin directory inside, changed the build script and now its working, thx. |
It sounds like this issue: If so, a quick fix is to modify edk2-nvidia/Silicon/NVIDIA/scripts/prepare_stuart.sh to use |
OK, I'll look for a more permanent fix and get it into our next release. Thanks! |
This works-around this virtualenv bug: pypa/virtualenv#2340 This issue came to our attention via: #104 Signed-off-by: Jake Garver <[email protected]> Reviewed-by: Jeff Brasen <[email protected]> Reviewed-by: Ashish Singhal <[email protected]> Reviewed-by: Jeshua Smith <[email protected]>
Hi,
Trying to run edk2-nvidia/Platform/NVIDIA/Jetson/build.sh after all installations and receive the following error:
nvidia: building from workspace rooted at: /home/niro/tmp/UEFI/nvidia-uefi
nvidia: found command: python3.
nvidia: found command: virtualenv.
nvidia: found command: mono.
nvidia: found command: aarch64-linux-gnu-gcc.
nvidia: found Python 3.10 or later.
nvidia: Creating Python virtual environment in /home/niro/tmp/UEFI/nvidia-uefi/venv...
created virtual environment CPython3.10.12.final.0-64 in 72ms
creator CPython3Posix(dest=/home/niro/tmp/UEFI/nvidia-uefi/venv, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/niro/.local/share/virtualenv)
added seed packages: pip==22.0.2, setuptools==59.6.0, wheel==0.37.1
activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
/home/niro/tmp/UEFI/nvidia-uefi/edk2-nvidia/Platform/NVIDIA/Jetson/../../../Silicon/NVIDIA/scripts/prepare_stuart.sh: line 29: venv/bin/activate: No such file or directory
thoughts?
The text was updated successfully, but these errors were encountered: