-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to install Volare on WSL2 based Ubuntu 24.04 #91
Comments
@emmagood987 Not an expert on python package installations, but does this work?
|
No. It doesn't. It gives an error: E: Unable to locate package python3-volare Any other ideas pls? Thanks, |
Hi Emma, Try Do NOT use |
it literally tells you what to do, add |
Hi,
I am trying to install Volare on my WSL2 based Ubuntu 24.04 install. I am following the instructions on the Volare Git page. My purpose is to install open_pdks (I am targeting Sky130). However, I am getting error while doing so. This is what I tried:
Installed python through these commands:
sudo apt-get update
sudo apt-get install python3 python3-pip xz-utils
It worked OK
Next, tried to install volare through this command:
python3 -m pip install --upgrade --no-cache-dir volare
I got the error:
error: externally-managed-environment
Pls see the screenshot below.
How do I overcome the issue pls? Am i doing something wrong?
I look forward to your response.
Thanks,
Emma Good.
The text was updated successfully, but these errors were encountered: