我在实习期间(即将结束)在台式机上训练了ML算法。我已将代码交付给主管。代码崩溃(在他的机器上),因为他的机器运行scikit-learn版本0.18.1,而我的机器运行v 0.21.2
我尝试过:
pip install scikit-learn
和
pip install scikit-learn==0.21.2
这是错误消息:
Found existing installation: scikit-learn 0.18.1
ERROR: Cannot uninstall 'scikit-learn'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
就上下文而言,我们都在使用anaconda发行版,并在同一周进行了安装。我不确定这个问题是怎么产生的或如何解决。