Guten Morgen, ich hätte wieder einmal eine Frage an Euch Profis
Ich möchte mir die die Schlanke IDE Thonny für Python installieren , leider bricht die Installation ab bei der Installation von python-asttokens.
Gibt es da ne Möglichkeit dies zu umschiffen..
lg
Die genauen Fehlermeldungen sind durchaus von Interesse wenn man der Ursache auf den Grund gehen möchte, bitte auch posten.
Formatierung von Terminal-Ausgaben mittels </> Button oder direkt via ```
nicht vergessen.
sorry bin schon da war nur grad in der Fossa Beta
Package databases already synchronized
mkdir -p /tmp/bauh/aur/build_1585911085
wget https://aur.archlinux.org/cgit/aur.git/snapshot/thonny.tar.gz
--2020-04-03 12:51:25-- https://aur.archlinux.org/cgit/aur.git/snapshot/thonny.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'thonny.tar.gz'
0K . 25.4M=0s
2020-04-03 12:51:25 (25.4 MB/s) - 'thonny.tar.gz' saved [1136]
tar xvzf thonny.tar.gz
thonny/
thonny/.SRCINFO
thonny/PKGBUILD
mkdir -p /tmp/bauh/aur/build_1585911087
wget https://aur.archlinux.org/cgit/aur.git/snapshot/python-asttokens.tar.gz
--2020-04-03 12:51:27-- https://aur.archlinux.org/cgit/aur.git/snapshot/python-asttokens.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'python-asttokens.tar.gz'
0K 23.1M=0s
2020-04-03 12:51:28 (23.1 MB/s) - 'python-asttokens.tar.gz' saved [778]
tar xvzf python-asttokens.tar.gz
python-asttokens/
python-asttokens/.SRCINFO
python-asttokens/PKGBUILD
Using custom makepkg.conf -> /home/martin/.config/bauh/arch/makepkg.conf
makepkg -ALcf --check --noarchive --nobuild --noprepare --nodeps --config=/home/martin/.config/bauh/arch/makepkg.conf
==> Making package: python-asttokens 2.0.3-1 (Fri Apr 3 12:51:28 2020)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
-> Downloading asttokens-2.0.3.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 41533 100 41533 0 0 166k 0 --:--:-- --:--:-- --:--:-- 166k
==> Validating source files with md5sums...
asttokens-2.0.3.tar.gz ... Passed
==> Extracting sources...
-> Extracting asttokens-2.0.3.tar.gz with bsdtar
bsdtar: Failed to set default locale
==> Sources are ready.
Using custom makepkg.conf -> /home/martin/.config/bauh/arch/makepkg.conf
makepkg -ALcsmf --skipchecksums --config=/home/martin/.config/bauh/arch/makepkg.conf
==> ERROR: Cannot find the fakeroot binary.
Could not find generated .tar.xz file. Aborting...
rm -rf /tmp/bauh/aur/build_1585911087
rm -rf /tmp/bauh/aur/build_1585911085
Logs der Installationen können unter "/tmp/bauh/web/logs/install/aur/thonny/1585911089.log" gefunden werden
ich hoffe das ist aussagekräftig
lg
Da fehlt ein Programm namens fakeroot
. Da du vom AUR installieren willst und da u.U. auch Sachen gebaut werden müssen, brauchst du auch die entsprechenden Tools:
$ sudo pacman -S base-devel
Dann nochmal die thonny
-Installation versuchen.
Alter Schwede, vielen Dank... dass muss man erst mal wissen..
Wenn es denn nun funktioniert hat, kannst du auch gerne die Lösung als solche markieren.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.