Closed shitada closed 4 years ago
Thanks @shitada
I have transferred your issue to the current repo for the Event Hubs SDK. You are correct that the underlying library - uAMQP - does not yet support installation on raspberry pi. There's an issue open for it here: https://github.com/Azure/azure-uamqp-python/issues/15
Adding @YijunXieMS and @yunhaoling
I cannot install sdk on RaspberryPi.
I executed following commands without errors on RaspberryPi.
And I got error on the command.
error message.
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-RiTjh9/uamqp/setup.py'; f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n'); f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Hxbkt9-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-RiTjh9/uamqp/
Is the python SDK supported on RaspberryPi?
I succeeded to execut these commands on WIndowOS(8.1) and Ubunts18.04,