AWS cli error: ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc'
ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' The reason for this error is the version conflict of Python botocore module
Read MoreFor Techs.... Techniques.... Technologies....
ImportError: cannot import name 'docevents' from 'botocore.docs.bcdoc' The reason for this error is the version conflict of Python botocore module
Read MoreWe can retrieve the public ipaddress of EC2 instance using Python boto3 script. Here we need to update the values
Read MoreJenkins views can be deleted from the web itself but one at a time. This will be very difficult if
Read MoreThis article explains a simple Python script to send emails using smtp authentication. Where PASSWORD, FROM-ADDRESS, TO-ADDRESS and SMTP-HOST need
Read MoreEncryption for S3 bucket can be enabled from the AWS console itself. But if the number of buckets are more,
Read MoreWe can automate the tasks on Windows hosts also using ansible. This article explains the steps configure Ansible to connect
Read More"msg": "winrm or requests is not installed: No module named winrm" This is a common error on connecting to Windows
Read Moredjango.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3 This error normally happens
Read MoreOSError: [Errno 13] Permission denied This error clearly saying that its happening because of the lack of permissions. This can
Read MoreCannot recv data: Host key verification failed.: Connection reset by peer This is a common error in WebVirtManager while using
Read MoreCentos7 comes with Python2 by default. This article explains the steps to install Python3 in Centos7. Step1: Login to the
Read More