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'