#Lutris error

11 messages · Page 1 of 1 (latest)

orchid dragon
#

Huh

#

Somehow the files that are supposed to be installed, already exists

#

Try forcing the installation

last mica
#

pacman -Qo /usr/lib/python3.10/site-packages/urllib3/__init__.py
see which package owns the file

#

ok that's the issue i guess

#

files are not managed by pacman, so it is perhaps hesitating to overwrite them

orchid dragon
#

yes

last mica
#

python-urllib3 : this package in arch repos has those files, which is probably pulled as a dependency by lutris

orchid dragon
#

Yes

last mica
#

When installing packages using pip, it is recommended to use a virtual environment to prevent conflicts with system packages in /usr. Alternatively, pip install --user can be used to install packages into the user scheme instead of /usr

#

It is recommended not to let pip install to the root filesystem, so conflicts like this don't happen.