FS#73963 - [ipython] 8.1.0-1 throws errors about existing package in filesystem
Attached to Project:
Community Packages
Opened by solsTiCe (zebul666) - Saturday, 26 February 2022, 09:52 GMT
Last edited by Daniel M. Capella (polyzen) - Sunday, 27 February 2022, 00:51 GMT
Opened by solsTiCe (zebul666) - Saturday, 26 February 2022, 09:52 GMT
Last edited by Daniel M. Capella (polyzen) - Sunday, 27 February 2022, 00:51 GMT
|
Details
When upgrading ipython from 8.0.1-1 to 8.1.0-1, pacman
throws a lot of errors about file existing in filesystem
All files under /usr/lib/python3.10/site-packages/IPython/ and being files in __pycache__ directories under that directory. I had to use `pacma -Syu --overwrite /usr/lib/python3.10/site-packages/IPython/\*` |
This task depends upon
Closed by Daniel M. Capella (polyzen)
Sunday, 27 February 2022, 00:51 GMT
Reason for closing: Not a bug
Sunday, 27 February 2022, 00:51 GMT
Reason for closing: Not a bug
Comment by
Arvid Norlander (VorpalGun) -
Saturday, 26 February 2022, 13:23 GMT
I can confirm this happens to me too.
Comment by Doug Newgard (Scimmia) -
Saturday, 26 February 2022, 13:30 GMT
What are the exact errors?
Comment by
Daniel M. Capella (polyzen) -
Saturday, 26 February 2022, 23:40 GMT
Sounds like you guys had run ipython as root, which you should
probably avoid.