我尝试在我的 jupyter 笔记本中导入 modin。当我运行单元格时
import modin.pandas as pd
我收到以下警告
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!
我尝试使用 更新我的熊猫conda install pandas=1.2.4
,但没有用,命令提示符卡在“解决环境”阶段很长时间,我不得不手动停止。- 附上Anaconda Prompt Install的屏幕截图。我用过pip install pandas==1.2.4
,有效。现在我的 anaconda 提示显示 pandas 版本为 1.2.4,但我的 anaconda 导航器显示 1.2.3。附上Anaconda Navigator、Anaconda Prompt的截图。如何解决此问题/使用 modin 而没有任何警告?任何帮助将不胜感激,谢谢!