PyHDI/Pyverilog

How to setup and install pyverilog inside py virtual environment?

usman1515 opened this issue · 1 comments

Hello all,
I am trying to use pyverilog inside virtual environment using command python3 -m pip install pyverilog but am unable to do so even thought i have installed all the required dependencies inside my virtual environment.
can someone tell me what am i doing wrong? Ideally solution shouldnt use sudo but if necessary then no issue.

OS: ubuntu 22.04
Python: 3.10

I successfully use pip install pyverilog and installed pyverilog in python 3.9.12 under miniconda,and it worked well.