You are not logged in.
Hi there,
while trying to update the system got the following error:
...
(106/106) checking for file conflicts
error: failed to commit transaction (conflicting files)
ipython2: /usr/lib/python2.7/site-packages/IPython/__init__.pyc exists in filesystem
ipython2: /usr/lib/python2.7/site-packages/IPython/core/__init__.pyc exists in filesystem
...
(and a whole bunch of conflicting .pyc files follows)
...Apparently no one owns these files:
pacman -Qo /usr/lib/python2.7/site-packages/IPython/__init__.pyc
error: No package owns /usr/lib/python2.7/site-packages/IPython/__init__.pycWould it be save to remove these .pycs?
Wiki says to rename them but they are so many that I would rather skip such a step.
cheers, kleskjr
Last edited by kleskjr (2015-08-23 10:12:20)
Offline
You've run ipython as root at some point in the past. Just force the install.
Online
Yes, .pyc are just some compiled leftovers, it's OK to just remove them.
Offline
thanks guys!
Offline