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!>
Ich kann Pycaret in einem Google Colab < /p>
hier nicht importieren. Hier sind alle Schritte, die ich unternommen habe: < /p>
Python -Version [url=viewtopic.php?t=12045]ändern[/url] auf 3.8 < /p>
installierte PIP < /p>
dann ran < /p>
.[code]!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'
[/code]
Ich muss etwas sehr falsch machen!>