sparkfun / Qwiic_Ublox_Gps_Py

https://qwiic-ublox-gps-py.readthedocs.io/en/latest/index.html
Other
71 stars 41 forks source link

Libraries cannot be imported after installing with pip #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

After installing the qwiic_ublox_gps library via pip and trying to run the example code I get the error

ModuleNotFoundError: No module named 'qwiic_gps_ublox

I have also made sure to install the qwiic library and edit the boot config for clock stretching

edspark commented 4 years ago

Hello @biglemon29 . I'm currently rewriting this library so some modules might not be where they should be. As it stands the library does not work because clock stretching for the I2C bus on the raspberry pi is not robust enough to handle the ublox modules. The ublox modules use clock stretching to its' limit due to the slow response time of receiving information from satellites. As a result the library will be built around the serial and SPI data buses.

ghost commented 4 years ago

Great glad to hear! Any timeline of when it will be released?

On Mon, Jul 6, 2020 at 5:29 PM Elias Santistevan notifications@github.com wrote:

Hello @biglemon29 https://github.com/biglemon29 . I'm currently rewriting this library so some modules might not be where they should be. As it stands the library does not work because clock stretching for the I2C bus on the raspberry pi is not robust enough to handle the ublox modules. The ublox modules use clock stretching to its' limit due to the slow response time of receiving information from satellites. As a result the library will be built around the serial and SPI data buses.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sparkfun/Qwiic_Ublox_Gps_Py/issues/1#issuecomment-654475317, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFUSDFS677RYXO2NPTPM4TR2I65FANCNFSM4OQA4RPA .