-
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] [ERROR ] Module/package collision #66235
Comments
I got rid of this error using this cmd line, but I am not sure I should have to resort to this sort of heavy handed python cache management across all linux minions? |
I am also seeing this issue. |
I am seeing this issue also |
We are also seeing this exact issue after a 3006.7 to 3007 upgrade on AlmaLinux 8. |
Thanks, TheBigBear, this was helpful for me. |
Also seeing this error on Rocky for my master.
|
We as well - note that this is on a minion. [root@mon-zabbix-prod pycache]# salt-call --versions-report Python Version: Dependency Versions: Salt Package Information: System Versions: |
Still having the same error on RHEL 8, RHEL 9, Rocky 9 with 3007.1. Removing files under |
|
Fixed my post. I had the correct text, but forgot to put it in code. That ended up removing the double undercores. |
@xion824 ah i see. Are your site-packages maybe under a different path? Look for the |
@TheBigBear Same location. So I reverted back to 3006.4 and retried updating to 3007.0, then ran the command to clear the |
Description
After upgrading the Linux master to the latest version 3007.0 we get an error on every invocation of salt, saying:
Setup
salt master is setup on a AlmaLinux 8.9
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
salt myminion1 test.ping
Expected behavior
salt myminion1 test.ping
It should not output the two lines of [ERROR ]
Screenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: