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
During troubleshooting, it would be useful to be able log the versions of all the required external libraries. This can be accomplished with, for example, requests_cache.__version__, which returns 1.2.1.
To get the version of Python, use sys.version_info.
The text was updated successfully, but these errors were encountered:
During troubleshooting, it would be useful to be able log the versions of all the required external libraries. This can be accomplished with, for example,
requests_cache.__version__
, which returns 1.2.1.To get the version of Python, use
sys.version_info
.The text was updated successfully, but these errors were encountered: