Seite 1 von 1

Conda Modul Installation Python 3.12.

Verfasst: Freitag 10. Januar 2025, 11:40
von RaspiPi400
Hallo,

bin noch im Anfängerstatus und habe ein Problem unter folgender Konstellation:

- Raspi Pi 5
- Conda (base) environment
- Python 3.12

Wenn ich das Paket ChatterBot installieren möchte erhalte ich folgende Meldung:
******
(base) pi@raspberrypi:~ $ conda install ChatterBot
Retrieving notices: done
Channels:
- conda-forge
Platform: linux-aarch64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

- chatterbot

Current channels:

- https://conda.anaconda.org/conda-forge

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.
******

Wenn ich auf https://anaconda.org gehe finde ich aber keine Modul ChatterBot? Was kann ich tun?

Danke für eure Hilfe

Wolfgang

Re: Conda Modul Installation Python 3.12.

Verfasst: Freitag 10. Januar 2025, 14:58
von Sirius3
Offensichtlich gibt es das Paket über conda nicht.
Die Dokumentation sagt ja auch deutlich, dass man es via pip installieren kann:

Code: Alles auswählen

python -m pip install chatterbot

Re: Conda Modul Installation Python 3.12.

Verfasst: Freitag 10. Januar 2025, 17:45
von noisefloor
Ich würde auch erstmal ein venv anlegen und dann schauen, ob ChatterBot überhaupt noch installierbar ist. Da ist ja seit 4,5 Jahren nix mehr passiert und das Modul hat relativ alte Abhängigkeiten und ist für Python 3.9 und neuer gar nicht getestet.

Gruß, noisefloor

Re: Conda Modul Installation Python 3.12.

Verfasst: Freitag 10. Januar 2025, 18:11
von __blackjack__
conda und pip mischen ist AFAIK auch keine so gute Idee.

Re: Conda Modul Installation Python 3.12.

Verfasst: Samstag 11. Januar 2025, 12:55
von RaspiPi400
Hallo,
ich danke euch Allen.

Ist vielleicht doch keine gute Idee ein in die Jahre gekommenes Modul ChatterBot zu installieren.

Gibt es dazu ein alternatives Modul?

Viele Grüße
Wolfgang

Re: Conda Modul Installation Python 3.12.

Verfasst: Montag 13. Januar 2025, 11:46
von Kebap
Hallo Wolfgang,

was ist denn eigentlich dein Ziel? Dann kann man alternative Wege dorthin überlegen.
RaspiPi400 hat geschrieben: Samstag 11. Januar 2025, 12:55 Gibt es dazu ein alternatives Modul?