在終端輸入
pip3 list
發現竟會報出乙個警告:
deprecation: the default format will switch to columns in the future. you can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
即提醒預設格式將會被替換成列,並跟有其相應的解決方法
雖然沒有什麼影響,但是覺得看上去不舒服便將其處理掉
mkdir ~/.pip/
cd ~/.pip
touch pip.conf
vi pip.conf
在其中輸入
[list]
format=columns
然後進行儲存並退出操作,按shift + : 會跳到最後一行,輸入x後回車便完成了
再次輸入
pip3 list
warning便不顯示了 關於pip的源問題
pip源的更改 pip的預設源在國外,pip install some packages特別慢,經常會超時,導致安裝失敗 pip 更換為國內的映象 一 使用方法 臨時使用 pipinstall i 庫名 清華的大學的映象 永久修改 1 linux 修改 pip pip.conf 沒有就建立乙個 內容...
關於 pip 使用時的問題
pip 的版本問題 pip遇到問題 d anaconda3 python.exe no module named pip.main pip is a package and cannot be directly executed pip報錯 valueerror unable to find res...
關於敏感列表
在always 塊中建立組合邏輯模型時,如果敏感列表沒有完成,在 中將會以鎖存器的形式出現,但是在綜合中將列出所有的敏感訊號列表,從而建立相應的組合邏輯 可能也是有鎖存器的 只能對 always 塊中的訊號 敏感,對外部 always 塊中的函式引用的訊號不敏感。組合邏輯中要對ram 中的每個元素都...