Durchsuchen nach
Kategorie: Informatik

Alles was mit der Informatik zu tun hat

Pip could not update the module torch

Pip could not update the module torch

This morning, I tried to update my Python packages with the command: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U but I could not update the module torch. Here are the messages: Downloading torch-2.8.0-cp313-cp313-manylinux_2_28_x86_64.whl (887.9 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.9/887.9 MB 6.7 MB/s  0:01:24 Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 9.3 MB/s  0:00:54 Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 6.7 MB/s  0:00:01 Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 9.5 MB/s …

Weiterlesen Weiterlesen

Linux (Fedora 41) Bash Script to do a backup for MongoDB

Linux (Fedora 41) Bash Script to do a backup for MongoDB

What is MongoDB? MongoDB is a document-oriented NoSQL database that stores data in flexible, JSON-like documents, allowing for easy storage and retrieval of structured, semi-structured, and unstructured data. Unlike traditional relational databases that use tables and rows, MongoDB uses collections and documents, making it more adaptable to changing data structures. It was designed to handle large volumes of data and is known for its scalability, flexibility, and ease of use. MongoDB is open-source and has a wide range of deployment options, including cloud-based services like…

Weiterlesen Weiterlesen

Ich teste das neue Handy, das Google Pixel 9PRO

Ich teste das neue Handy, das Google Pixel 9PRO

Eigentlich stand ja mal Handy für einen alten Knochen, also Marke Siemens C45 und Smartphone für das Neue, aber ich glaube, die meisten sagen wieder Handy dazu, weil Smartphone ist im Deutschland nicht so etabliert. Es sind kleinere Ausflüge hier im Nahbereich. Für mich die Videoaufnahme relevant. Bei meinem ehemaligen Apple iPhone XR war das problemlos möglich aus dem Fenster im Zug zu filmen. Die Technik war so gut, dass es eine sehr gute Bildstabilisierung hatte und auch bei der…

Weiterlesen Weiterlesen

Perfekte Monatsübersicht im Blog: Besucherzahlen mit LibreOffice Calc analysieren und elegant visualisieren

Perfekte Monatsübersicht im Blog: Besucherzahlen mit LibreOffice Calc analysieren und elegant visualisieren

Hey liebe Blog-Kollegen und Statistik-Begeisterte, wer einen Blog betreibt, schaut sicherlich auch auf die Besucherzahlen. Ich persönlich nutze dafür das Statify Plugin, um einen täglichen Überblick zu bekommen. Diese täglichen Werte übertrage ich dann in meine LibreOffice Calc-Tabelle, um dort tiefere Einblicke zu gewinnen. Neben der reinen Summe, dem Durchschnitt, den Maximal- und Minimalwerten sowie dem Median, war für mich eine Kennzahl besonders wichtig: die prozentuale Veränderung der Besucherzahlen im Vergleich zum Vormonat. Die grundlegende Berechnung: So geht’s mit Prozenten…

Weiterlesen Weiterlesen