簡體   English   中英

如何查找為pip或conda列表中未顯示的requirements.txt安裝的庫的版本?

[英]How to find version of libraries installed for requirements.txt that don't show in pip or conda list?

我正在嘗試獲取代碼要求,但是導出的require.txt文件僅包含我正在使用的9個庫中的4個。 我想知道python安裝時是否預裝了庫? 我使用的庫是requestsjsondatetimecalendarpandasosopenpyxlreclick 我唯一能夠獲得的版本是clickopenpyxlpandasrequests 如何獲取jsondatetimecalenderosre

我嘗試做一個pip listconda list但是都沒有顯示jsondatetimecalenderosre

我正在使用python 3.7.1

jsondatetimecalenderosre都是Python標准庫的一部分,默認情況下已安裝。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM