-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[BUG] pip.installed for libvirt-python is (still/yet again) broken #67088
Comments
Running into basically the same problem with the Running the bento/ubuntu-24.04 image in vagrant with salt 3007.1 and with the following states:
and pip being installed with:
and I have no pillar data setup. With this when running
Now if I SSH in and run
No clue how to resolve that issue, though just as a test I modified my mysqlclient installation to the following and I get the same error as above:
|
Alright, I may have figured this out but I'm not entirely sure and no clue how I can repair it permanently so some insight there would be helpful. I looked at the site.py file, specifically around line 620 which looks like:
Now initially I thought the call to UPDATE: Temporarily I added a new state in my pip/init.sls:
I copied the site.py from /opt/saltstack/salt/lib/python3.10/site.py to my /vagrant/salt/srv/general/pip/files directory which has line 620 removed from it. Then I destroyed my VM and brought it back up and it successfully installed the mysqlclient and the later states for mysql_user and mysql_grants both work properly. |
Description
...C'mon, now.
Related:
This is broken in 3007.1 on a fresh install:
The fix I found and mention here, YET AGAIN, works fine.
pip.installed
, however, (andsalt-pip
) remains broken.This has been broken since 3006.6.
Setup
Try to do a
pip.installed
on a 3007.1 minion forlibvirt-python
(after installing all prereq packages; namely,libvirt-devel
) on EL 9.5.Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
(Include debug logs if possible and relevant)
See above.
Expected behavior
I expect
pip.installed
to install packages from pip.Screenshots
N/A
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
The text was updated successfully, but these errors were encountered: