Aktivierung der Anaconda -Umgebung führt zu Ping -Fehler?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Aktivierung der Anaconda -Umgebung führt zu Ping -Fehler?

by Anonymous » 17 Aug 2025, 00:00

Wenn ich versuche, eine Conda Env mit Conda aktivieren zu aktivieren.PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.248 icmp_seq=1 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

ping: : No address associated with hostname
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.248 icmp_seq=1 Destination Host Unreachable

--- 192.168.1.1 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

ping: /path_to_folder_containing_anaconda/anaconda3/envs/ENV_NAME: Name or service not known
< /code>
Dies ist in letzter Zeit aufgetaucht, die Umgebung hat perfekt funktioniert und existiert immer noch auf der Festplatte. Es heißt, das Env existiert nicht, aber die Standardvorbereitung von (env_name) bash_text $ < /code>, doch nichts wird ausgeführt.>

Top