1

I am try to connect and use Azure MS-SQL via python on a Raspberry Pi. I did run into issues. However a blog by Marc Duiker (https://blog.marcduiker.nl/2017/07/16/installing-python-azure-sdk-raspberrypi.html) help me progress a bit down the road

One step is to install the Azure SDK via:

sudo pip install azure

But, I get the following error:

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-csr10u/cryptography/

Please help.

Pang
  • 9,564
  • 146
  • 81
  • 122
GW168
  • 63
  • 7
  • Possible duplicate of [Python pip install gives "Command "python setup.py egg\_info" failed with error code 1"](https://stackoverflow.com/questions/35991403/python-pip-install-gives-command-python-setup-py-egg-info-failed-with-error-c) – atline Mar 03 '18 at 12:58
  • Looks like the cryptography module is failing, do you have the same error when you do `pip install cryptography` ? – Sudheesh Singanamalla Mar 03 '18 at 13:15
  • Have you tried the solutions in the thread: https://stackoverflow.com/questions/35991403/python-pip-install-gives-command-python-setup-py-egg-info-failed-with-error-c? Any further steps and progress? – Jay Gong Mar 06 '18 at 07:55

0 Answers0