Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation error on jetson nano devices #6050

Closed
sojohan opened this issue Jun 24, 2019 · 5 comments
Closed

Installation error on jetson nano devices #6050

sojohan opened this issue Jun 24, 2019 · 5 comments
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs

Comments

@sojohan
Copy link

sojohan commented Jun 24, 2019

Hi experts

When I try to install azure-eventhub I get an error during the install of uamqp. Here is the error message:

RROR: Complete output from command /usr/bin/python3 -u -c 'import setuptools, tokenize;file='"'"'/tmp/pip-install-o68px1x_/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-record-agjlsgeo/install-record.txt --single-version-externally-managed --compile:

Any hints?
Thanks,
sojohan

@kurtzeborn kurtzeborn added Client This issue points to a problem in the data-plane of the library. Event Hubs labels Jun 24, 2019
@kurtzeborn
Copy link
Member

@loarabia suggested that @wickste might have some insights on this...

CC: @jfggdl

@sojohan
Copy link
Author

sojohan commented Jun 26, 2019

Let me know if you want the full list of errors.......

@loarabia
Copy link

@sojohn. What distro and version of Linux are you running? I'm wondering if it supports ManyWheel. We've seen this in other IoT scenarios like Alpine Linux. uamqp Issue 51

If there are other errors, it could be good to paste in or attach a zip for our reference.

@annatisch any thoughts on this ?

@sojohan
Copy link
Author

sojohan commented Jun 27, 2019

Hi Loarabia

By magic I was now able to install the package azure-eventhubs. On the Nvidia Jetson Nano.

I used the following command:

sudo apt-get install -y build-essential libssl-dev uuid-dev cmake libcurl4-openssl-dev pkg-config

I then re-started the board and used:

sudo pip3 install azure-eventhubs

Thanks,

sojohans

@loarabia
Copy link

Thanks @sojohan for letting us know. I'll close this issue out but for my own reference I'd still be curious to know if the Linux distro on your Jetson nano is L4T or if you used a custom one.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

No branches or pull requests

3 participants