pip install AWSIoTPythonSDK Build from source git clone https://github.com/aws/aws-iot-device-sdk-python.git cd aws-iot-device-sdk-python python setup.py install Download the zip file The SDK zip file is availa
- python3 continuous-delivery/pip-install-with-retry.py -i https://testpypi.python.org/simple --user AWSIoTPythonSDK-V1==1.4.8 - python3 samples/greengrass/basicDiscovery.py -e ${ENDPOINT} -c /tmp/certificate.pem -k /tmp/privatekey.pem -r /tmp/AmazonRootCA1.pem -n aws-sdk-crt-...
I've searched for previous similar issues and didn't find any solution Tried these: #69 (comment) But was already up to date $ sudo apt install python3-pip Reading package lists... Done Building dependency tree Reading state information...
I've searched for previous similar issues and didn't find any solution Describe the bug After upgrading my installation to awsiotsdk-1.0.6 it stopped working with awscrt failing to authorize with aws' backend. Might be connected with aws...