0

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!

cva
  • 5
  • 3
  • 1
    Are you installing one in the base environment and another in a different virtual env? Your screenshots do not specify the env. Also, what do you mean by "it did not work?" – It_is_Chris Jul 15 '21 at 18:37
  • Thanks a lot for the reply, I updated the screen shots, I think I am looking at the same environments I am not sure what is going wrong here. – cva Jul 15 '21 at 18:54
  • Be careful, messing with the packages in the base environment can very easily lead to a bunch of issues and is likely part of the problem here! I would recommend starting over with a fresh install of Anaconda. – AMC Jul 16 '21 at 00:40

0 Answers0