i have installed pycaret in virtual env in jupyter, using pip3 install pycaret.
but when am trying to import it as
from pycaret.regression import*
or
from pycaret import classification
am getting this errors
OSError: dlopen(/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/lightgbm/lib_lightgbm.so, 6): Library not loaded: /usr/local/opt/libomp/lib/libomp.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/lightgbm/lib_lightgbm.so
Reason: image not found
i have reinstalled the 'lightgbm' incase you think this may cause the error, but this to didn't worked.
as i am stuck in my project any help will be appreciated.