Pycaret kann nicht in Google Colab importiert werdenPython

Python-Programme
Anonymous
 Pycaret kann nicht in Google Colab importiert werden

Post by Anonymous »

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!>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post