{"id":3472,"date":"2023-04-10T14:46:33","date_gmt":"2023-04-10T17:46:33","guid":{"rendered":"https:\/\/danillolima.com\/en\/?p=3472"},"modified":"2023-04-10T14:46:59","modified_gmt":"2023-04-10T17:46:59","slug":"printing-and-installing-specific-versions-of-python-libraries","status":"publish","type":"post","link":"https:\/\/danillolima.com\/en\/python\/printing-and-installing-specific-versions-of-python-libraries\/","title":{"rendered":"Printing and Installing Specific Versions of Python Libraries"},"content":{"rendered":"\n<p>Print the number of version of a installed library:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Syntax: LIBRARY_NAME.__version__ Examples:\npandas.__version__\nscipy.__version__<\/pre>\n\n\n\n<p>To install a specific version of a library:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># Syntax: !pip install LIBRARY_NAME=='0.0.0' Examples:\n!pip install pandas=='0.21.0'\n!pip install scipy=='1.1.0'<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Print the number of version of a installed library: To install a specific version of a library:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[27],"tags":[],"class_list":["post-3472","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/posts\/3472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/comments?post=3472"}],"version-history":[{"count":8,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/posts\/3472\/revisions"}],"predecessor-version":[{"id":3488,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/posts\/3472\/revisions\/3488"}],"wp:attachment":[{"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/media?parent=3472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/categories?post=3472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/danillolima.com\/en\/wp-json\/wp\/v2\/tags?post=3472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}