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

setup.py incorrectly installing RPi.GPIO on jetson #963

Closed
Ezward opened this issue Dec 9, 2021 · 1 comment
Closed

setup.py incorrectly installing RPi.GPIO on jetson #963

Ezward opened this issue Dec 9, 2021 · 1 comment

Comments

@Ezward
Copy link
Contributor

Ezward commented Dec 9, 2021

'RPi.GPIO'

setup.py has RPi.GPIO as one of the dependencies to install on the [nano] block. That is not correct; that will install the raspberry pi version of the library. We want to either install nothing, since Jetson.GPIO is preinstalled on jetpack OR install Jetson.GPIO.

NOTE that Jetson.GPIO creates an alias for RPi.GPIO so we don't need to change any imports.

@Ezward
Copy link
Contributor Author

Ezward commented Dec 12, 2021

#964

@Ezward Ezward closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant