You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use system-site-packages flag to add system packages to venv
python3-libvirt has some OS level binding, thus it's a little bit complicated to use in venv. Ref: ansible-collections/community.libvirt#71 (comment)
The workaround is to install bindep.txt first so that python3-libvirt is installed, and then create venv with system-site-patckages to have libvirt packages within venv.
0 commit comments