Install Problem with Lutris (Manjaro)Solved

Hi guys,
hope you can help me. its my first time to post something in this Forum so if i miss something, tell me and i try to change it. My System is in German so i hope you understand whats going on, bcause the problems that pops up are still in english.

I try to install Lutris an this happends:

pacaur -S lutris
:: Package lutris not found in repositories, trying AUR…
:: Löse Abhängigkeiten auf…
:: Suche nach Paketkonflikten…

AUR Packages (1) lutris-0.4.14-2

:: Mit Installation fortfahren? [J/n] j
:: Hole Paket(e)…
:: lutris: Build-Dateien sind aktuell – überspringe
[sudo] Passwort für solphae:
:: Überprüfe Integrität von lutris…
==> Erstelle Paket: lutris 0.4.14-2 (Di 27. Mär 08:54:59 CEST 2018)
==> Empfange Quellen…
-> lutris_0.4.14.tar.xz gefunden
==> Überprüfe source Dateien mit sha256sums…
lutris_0.4.14.tar.xz … Durchgelaufen
:: Erstelle lutris-Paket(e)…
==> Erstelle Paket: lutris 0.4.14-2 (Di 27. Mär 08:54:59 CEST 2018)
==> Prüfe Laufzeit-Abhängigkeiten…
==> Prüfe Buildtime-Abhängigkeiten…
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis…
==> Betrete fakeroot Umgebung…
==> Beginne package()…
Traceback (most recent call last):
File “setup.py”, line 5, in
from lutris.settings import VERSION
File “/home/solphae/.cache/pacaur/lutris/src/lutris/lutris/settings.py”, line 4, in
from gi.repository import GLib
ModuleNotFoundError: No module named ‘gi’
==> FEHLER: Ein Fehler geschah in package().
Breche ab…
:: Konnte lutris-Paket(e) nicht erstellen

after this error i searched a bit and found out, that python had an Update to 3.6.
So i install: pip install gobject gi

after that it comes:pacaur -S lutris
:: Package lutris not found in repositories, trying AUR…
:: Löse Abhängigkeiten auf…
:: Suche nach Paketkonflikten…

AUR Packages (1) lutris-0.4.14-2

:: Mit Installation fortfahren? [J/n] j
:: Hole Paket(e)…
:: lutris: Build-Dateien sind aktuell – überspringe
[sudo] Passwort für solphae:
:: Überprüfe Integrität von lutris…
==> Erstelle Paket: lutris 0.4.14-2 (Di 27. Mär 09:06:05 CEST 2018)
==> Empfange Quellen…
-> lutris_0.4.14.tar.xz gefunden
==> Überprüfe source Dateien mit sha256sums…
lutris_0.4.14.tar.xz … Durchgelaufen
:: Erstelle lutris-Paket(e)…
==> Erstelle Paket: lutris 0.4.14-2 (Di 27. Mär 09:06:06 CEST 2018)
==> Prüfe Laufzeit-Abhängigkeiten…
==> Prüfe Buildtime-Abhängigkeiten…
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Entferne existierendes $pkgdir/ Verzeichnis…
==> Betrete fakeroot Umgebung…
==> Beginne package()…
Traceback (most recent call last):
File “setup.py”, line 5, in
from lutris.settings import VERSION
File “/home/solphae/.cache/pacaur/lutris/src/lutris/lutris/settings.py”, line 4, in
from gi.repository import GLib
File “/home/solphae/anaconda3/lib/python3.6/site-packages/gi/init.py”, line 39
print url
^
SyntaxError: Missing parentheses in call to ‘print’. Did you mean print(t url)?
==> FEHLER: Ein Fehler geschah in package().
Breche ab…
:: Konnte lutris-Paket(e) nicht erstellen

For me it looks like the skript to install Lutris is not up to date, but maybe i did something wrong. So if you have any idea what i can do, tell me.
At least i´m sorry for my bad english, hope you understand me.
Thanks for help
Solphae

File “/home/solphae/anaconda3/lib/python3.6/site-packages/gi/init.py”, line 39
print url

This is not caused by Lutris, this line shouldn’t be there.
Also, you’re using an Anaconda version of Python3 to run Lutris, this seems like a weird thing to do.

ok danke für den Tipp, war nicht ganz leicht weil sich Anaconda3 da sehr dominant verhält aber hab zumindest diese Problem lösen können.
Falls jemand auf das selbe Problem stößen sollte:
unter /home/user in meinem Fall /home/solphae gibt es eine Datei namens .bashrc
Fügt einfach in der letzten Zeile folgendes hinzu:

Append Anaconda so that it doesn’t override system Python

export PATH="$PATH:/home/solphae/anaconda3/bin"

Ok thanks for the tipp this solved my problem:
There is a script data with the name .bashrc in the home foulder
paste this in the last line:

Append Anaconda so that it doesn’t override system Python

export PATH="$PATH:/home/solphae/anaconda3/bin"