taste of taboo 📸🦝🌶 · @taste
320 followers · 353 posts · Server kinkytaboo.online

just found out why I had so many problems with the configuration ...
My Python install was a bit "old" and fucked up. After upgrading to a more recent (3.10...) version, deinstalling borgmatic (apt remove), installing and then installing borg with pip (wasn't possible before) It runs like described in the documentation. Other people with a and the image might run into the same problem. The
on the Hetzner page were even not working with their image.

at the moment I'm making a database dump from all my , , containers with a bash script fired from a job. I have seen borgmatic can do this to, this is the next thing on my agenda

#borgmatic #phyton3 #pip3 #hetzner #vps #dockerce #tutorials #linux #backup #borg #mysql #postgres #mariadb #cron

Last updated 3 years ago

Gran Mogul · @granmogul
15 followers · 561 posts · Server social.tchncs.de

Möchte jemand wissen was im QR-Code vom Covid-Pass steht?

mit Linux geht es so (qr-code als bild mit name dgc-qrcode.png in der home abspeichern)

im :

cd ~

wget git.gir.st/greenpass.git/blob_

chmod u+x greenpass.py

sudo apt install python3-pip

sudo pip3 install flynn base45 PyPDF2 pyzbar Pillow

./greenpass.py ~/dgc-qrcode.png

#pip3 #apt #wget #terminal

Last updated 4 years ago

Volete sapere cosa c'è scritto nel code del ?

Se avete , vi do la soluzione (anche con Windows, purché ci sia )

facciamo finta che avete salvato il QR-Code offertovi gentilmente dal governo (o da qualche utente internet tonto) nella home con il nome dgc-qrcode.png

:

cd ~

wget git.gir.st/greenpass.git/blob_

chmod u+x greenpass.py

sudo apt install python3-pip

sudo pip3 install flynn base45 PyPDF2 pyzbar Pillow

./greenpass.py ~/dgc-qrcode.png

#qr #greenpass #linux #python #terminal #wget #apt #pip3

Last updated 4 years ago

Artanux - Simon Lefort · @Artanux
583 followers · 9820 posts · Server framapiaf.org

J'ai une erreur depuis quelques jours avec ()...

En essayant de creuser un peu, je tombe sur ce thread reddit : old.reddit.com/r/learnpython/c

Il semblerait que les serveurs saturent un peu sous les requêtes de "pip search" ( github.com/pypa/pip/issues/521 ). :-/

Il me semble que ce n'est pas une super nouvelle...

#pip #pip3 #python #python3

Last updated 5 years ago

Artanux - Simon Lefort · @Artanux
596 followers · 9906 posts · Server framapiaf.org

J'ai une erreur depuis quelques jours avec ()...

En essayant de creuser un peu, je tombe sur ce thread reddit : old.reddit.com/r/learnpython/c

Il semblerait que les serveurs saturent un peu sous les requêtes de "pip search" ( github.com/pypa/pip/issues/521 ). :-/

Il me semble que ce n'est pas une super nouvelle...

#pip #pip3 #python #python3

Last updated 5 years ago

El Blog de Lázaro · @elblogdelazaro
282 followers · 2570 posts · Server mastodon.social
Christina ✅ 🇨🇦 · @cosullivan
1320 followers · 10210 posts · Server mastodon.sdf.org

Hi, I have questions:
On my OS: Python 3.5.1, Python 2.7.12
version is 8.1.1

Result from attempt:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python3.5/dist-packages/pip'
Consider using the `--user` option or check the permissions.

1 Should i uninstall all Python & pip versions and use virtualenv?

2 Should I upgrade from Python 3.5.1 to Python 3.6?

3 Must I upgrade pip 8.1.1 before upgradig to Python 3.6?

#python #pip3 #upgrade

Last updated 7 years ago