'MovingPandas won't install with conda-forge

Installing movingpandas using conda install -c conda-forge movingpandas - yet when I go to import the library, it won't import in my IDE. I have also checked conda list and it isn't there so I don't think it installs. After the install command is run it ends with a lot of conflicts.

Example of the conflict output Package jupyter_console conflicts for: anaconda==2021.11 -> jupyter==1.0.0=py39haa95532_7 -> jupyter_console anaconda==2021.11 -> jupyter_console==6.4.0=pyhd3eb1b0_0 jupyter -> jupyter_console

There seems to be conflicts for every package with it and I'm not sure why



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source