Seite 1 von 1

Anaconda Installationsprobleme

Verfasst: Montag 5. Juni 2023, 08:59
von MhhCookies
Hi,
ich habe seit etwas längerem andauern Probleme mit dem Anaconda Launcher, bzw, Jupyter Notebook.
Sobald ich das Notebook ausführe, öffnet sich das Browser-Fenster mit dem Text.
"Zugriff auf Datei nicht möglich,
eventuell wurde sie verschoben, bearbeitet oder gelöscht.

ERR_FILE_NOT_FOUND"
Ich habe Anaconda mehrfach neuinstalliert und auch geupdated, etc.
Ich führe Anaconda standardmäßig als Administrator aus.
Ich weiß nicht weiter und verstehe nicht ganz, was das Problem ist.
Hatte jemand das gleiche Problem und Tipps zur Lösung?

LG

Re: Anaconda Installationsprobleme

Verfasst: Montag 5. Juni 2023, 11:36
von __blackjack__
@MhhCookies: Als Administrator sollte man keine normalen Programme ausführen.

Was genau machst Du denn? Von welchem Programm kommt die Fehlermeldung?

Re: Anaconda Installationsprobleme

Verfasst: Dienstag 20. Juni 2023, 17:06
von say_hello
Moin - MHHCookies

wäre ja generell auch mal interessant zu erfahren wie u. worauf du dein Anaconda installiert hast.

a. auf Win
b. auf Linux oder Mac

btw: eine relativ brauchbare Anleitung für Linux finde ich ja diese hier: # https://www.howtoforge.com/how-to-insta ... debian-11/
Prerequisites

A server running Debian 11.
A root password is configured on the server.
Install Anaconda
The simple and easiest way to install Anaconda is to download the latest Anaconda installer bash script. First, go to the Anaconda download page, pick the latest version of the Anaconda installer and run the following command to download it to your system.

wget https://repo.anaconda.com/archive/Anaco ... -x86_64.sh
Once the download is completed, verify the data integrity of the installer using the following command:

sha256sum Anaconda3-2021.05-Linux-x86_64.sh
You should get the following output:
....soweit ich das überschaue - müsste ich ledliglich die Pfade hier - hzw. die URLs anpassen:

Code: Alles auswählen

wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
Salü ;)