You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due some problems around compatibilty of module/package often doing pip --upgarde, but if more modules touching this process then is easy to forgot what was previous version instaled and how to back to the right.
Describe the solution you'd like
pip history module geting some history of installation as eg. table
module-name
datetime
version
process
datetime
version
instaled
datetime
version
uninstaled
datetime
version
instaled
datetime
version
instaled
datetime
version
instaled
It can be in sqlite
Alternative Solutions
Select for this register regarding headers as: pip history module datetime > 2023-01-05 pip history module datetime > 2023-01-05 and datetime < 2023-01-06 pip history module version 1.0 > and datetime < 5.0 pip history module process==uninstaled
Additional context
pip check modules
Listing whole table with modules and curent release as pages +10 -10 #11705
for table
module
datetime_instaled
version_instaled
datetime_new_release
version_new_release
module
datetime_instaled
version_instaled
datetime_new_release
version_new_release
pip check modules datetime_new_release < 2023-01-05 pip check modules count_new_version > 5 - more than 5tags than curent modules in list pip check modules count_version - count all version for all pip show module count_version - count all version for module pip show module count_new_version > 5 - more than 5tags than curent module as single
What's the problem this feature will solve?
Due some problems around compatibilty of module/package often doing pip --upgarde, but if more modules touching this process then is easy to forgot what was previous version instaled and how to back to the right.
Describe the solution you'd like
pip history module
geting some history of installation as eg. tablemodule-name
It can be in sqlite
Alternative Solutions
Select for this register regarding headers as:
pip history module datetime > 2023-01-05
pip history module datetime > 2023-01-05 and datetime < 2023-01-06
pip history module version 1.0 > and datetime < 5.0
pip history module process==uninstaled
Additional context
pip check modules
Listing whole table with modules and curent release as pages +10 -10
#11705
for table
pip check modules datetime_new_release < 2023-01-05
pip check modules count_new_version > 5
- more than 5tags than curent modules in listpip check modules count_version
- count all version for allpip show module count_version
- count all version for modulepip show module count_new_version > 5
- more than 5tags than curent module as singleCode of Conduct
The text was updated successfully, but these errors were encountered: