python下載包的方法

根據自己下載python需要的包踩過的坑,下載方式大致有三種。 一、命令行。 pip install 包名 有可能遇到網絡延遲的問題 就改成 pip --default-timeout=100 install -U 包名 二、pycharm內下載 file->settings 三、瀏覽器下載 https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml 進入網址
相關文章
相關標籤/搜索