emmagood987

Results 4 comments of emmagood987

> @emmagood987 Not an expert on python package installations, but does this work? > > ``` > sudo apt-get install python3-volare > ``` No. It doesn't. It gives an error:...

> python3 -m pip install --user --upgrade --no-cache-dir volare No joy. Still getting error (the mentioned warning in the given link is not there). See snapshot below: ![Screenshot_volare_2](https://github.com/efabless/volare/assets/173277854/4be30580-6b36-4028-a378-97edae470562)

> @emmagood987 Thanks for the detailed logs. Do you need to install open_pdks from source or can you use the precompiled versions available with [volare here](https://github.com/efabless/volare)? Thanks for your reply....

> The installation steps are [detailed here](https://github.com/efabless/volare/blob/main/Readme.md). . > python3 -m pip install --upgrade --no-cache-dir volare Ok. I have tried the steps at the Volare git page. However the above...