Pycaret kann nicht in Google Colab importiert werden

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: Pycaret kann nicht in Google Colab importiert werden

by Anonymous » 20 Aug 2025, 13:06

Ich kann Pycaret in einem Google Colab < /p>
hier nicht importieren. Hier sind alle Schritte, die ich unternommen habe: < /p>
Python -Version ändern auf 3.8 < /p>
installierte PIP < /p>
dann ran < /p>
.

Code: Select all

!pip install pycaret
import pycaret
< /code>
Die Installation funktioniert, aber dann < /p>
ModuleNotFoundError                       Traceback (most recent call last)
 in 
1 get_ipython().system('pip install pycaret ')
----> 2 import pycaret

ModuleNotFoundError: No module named 'pycaret'
Ich muss etwas sehr falsch machen!>

Top