KaiXinI don't get <a href="https://snac.bsd.cafe?t=python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#Python</a> package dependencies. I have two <a href="https://snac.bsd.cafe?t=conda" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#conda</a> envs with exactly python versions, packages all from <a href="https://snac.bsd.cafe?t=pip" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#pip</a> with major overlaps. Tried install another package in env A, after downgrading several packages including <a href="https://snac.bsd.cafe?t=pandas" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#pandas</a> all went well. But when I try loading the newly installed package in REPL cmd, an error occurred complaining about pandas version. I removed the package, deactivate env A and activate env B, install same package in env B, same downgrade happened with pandas while this time all packages loaded without any issue. And this is not the first time I see this. Before this I use conda/mamba to manage packages and I switched to pip for package management hoping this won't happen anymore.<br>