本文介紹了如何在 Anaconda 中恢復到以前的包?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
如果我這樣做了
conda info pandas
我可以看到所有可用的包.
I can see all of the packages available.
我今天早上將我的 pandas
更新到了最新版本,但我現在需要恢復到以前的版本.我試過了
I updated my pandas
to the latest this morning, but I need to revert to a prior version now. I tried
conda update pandas 0.13.1
但這沒有用.如何指定要使用的版本?
but that didn't work. How do I specify which version to use?
推薦答案
我不得不改用 install
函數:
I had to use the install
function instead:
conda install pandas=0.13.1
這篇關于如何在 Anaconda 中恢復到以前的包?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!
【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!