I tried importing modin in my jupyter notebook. when I run the cell
import modin.pandas as pd
I get the following warning
UserWarning: The pandas version installed 1.2.3 does not match the supported pandas version in Modin 1.2.4. This may cause undesired side effects!
I tried updating my pandas using conda install pandas=1.2.4
, it did not work, the command prompt got stuck at 'solving environment' stage for a long time and I had to stop manually. - attached is the screen shot Anaconda Prompt Install. I used pip install pandas==1.2.4
, it worked. Now my anaconda prompt shows pandas version as 1.2.4, but my anaconda navigator shows 1.2.3. Attached are screenshots Anaconda Navigator, Anaconda Prompt. How do I resolve this issue/use modin without any warnings?
Any help would be greatly appreciated, Thank you!