I have tried
pip install mlrose
pip3 install mlrose
sudo pip install mlrose
they all show the Requirement already satisfied, but when I come to Jupyterlab to implement import mlrose
, it raises an error
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-7-e28c59840eed> in <module>
----> 1 import mlrose
ModuleNotFoundError: No module named 'mlrose'