admin管理员组文章数量:1345895
For a school project we are making a self-driving rc car. for this we use a jetson nano (with ubuntu 18.04) which controls a pwm driver (pca9685). This will send steering and throttle commands to the ESC and servo motor.
For as far as we now we need the busio and board libs from adafruit-blinka for controlling the pca9685.
While installing the adafruit-blinka lib, we get the following error:
module 'adafruit_platformdetect.constants.chips' has no attribute 'JH71x0'
What do we do?
We already managed to install this once on a Ubuntu 20.04 version but it won't install on this one. The reason we went back to the 18.04 version is because we couldn't get our self driving model (an onxmodel) to run on our Ubuntu 20.04 system.
本文标签: pythonProblem with installing adafruitblinka on jetson nano (Ubuntu 1804)Stack Overflow
版权声明:本文标题:python - Problem with installing adafruit-blinka on jetson nano (Ubuntu 18.04) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743818580a2544373.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论