0

failed to commit transaction (conflicting files) /usr/lib/python3.11/site-packages/tests/init.py exists in both 'python-lsassy' and 'python-dsinternals' /usr/lib/python3.11/site-packages/tests/pycache/init.cpython-311.opt-1.pyc exists in both 'python-lsassy' and 'python-dsinternals' /usr/lib/python3.11/site-packages/tests/pycache/init.cpython-311.pyc exists in both 'python-lsassy' and 'python-dsinternals' Errors occurred, no packages were upgraded.

I just installed a fresh version of blackarch linux to see what its all about, but when I did pacman -Syu this happened. I have tried deleting the conflicting files but i think I am missing something because the same exact error happens. This is my first time trying arch as i am used to ubuntu and debian. Can anyone help?

I tried pacman -Qo /usr/lib/python3.11/site-packages/tests/init.py it told me that it does not belong to any package then I tried rm -rf /usr/lib/python3.11/site-packages/tests/init.py and reran but it had the exact same error.

John Gordon
  • 29,573
  • 7
  • 33
  • 58
  • That would be a question for e.g. superuser.com instead, because it's not about software developent but rather about system administration. – Ulrich Eckhardt Jun 24 '23 at 06:54

1 Answers1

0

Well I figured it out. You dont remove the files with rm -rf you use pacman -R oops.