Is there a way to see the version number of the installed Python module when using pip freeze and a file location is displayed?
CompletedI've uninstalled and reinstalled some modules per requirements of the code I'm trying to run. When I check the installed versions running "pip freeze" and I do not get a version I get file location (see image below). How do I see the version or change this so it displays the module version again?
-
Researching this further it seems that the below works and it displays not only module name and version but build and channel too (see screenshot below). Curious what other people have to say about this.
!conda list
Also, found this method of using pip freeze which shows version numbers for all installed modules.
!pip list --format=freeze
Please sign in to leave a comment.
Comments
1 comment