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

Micropython compatability #155

Open
rjenningsuk opened this issue Feb 16, 2023 · 2 comments
Open

Micropython compatability #155

rjenningsuk opened this issue Feb 16, 2023 · 2 comments

Comments

@rjenningsuk
Copy link

Is it possible to make this compatible with micro python?

Currently on installing it and the first run I'm straight away hit with:

Traceback (most recent call last):
File "", line 2, in
File "/lib/pynmea2/init.py", line 8, in
File "/lib/pynmea2/nmea.py", line 29, in
File "/lib/pynmea2/nmea.py", line 20, in init
AttributeError: type object 'type' has no attribute 'init'

@QiaoTuCodes
Copy link

Yeah! it's not use for micropython . that's a big lib on x86&64 platform . i mean you can write small codes on micropython or , talk a look this share: https://github.com/coylen/upyNMEA

@kamiccolo
Copy link
Contributor

Is it possible to make this compatible with micro python?

Currently on installing it and the first run I'm straight away hit with:

Traceback (most recent call last): File "", line 2, in File "/lib/pynmea2/init.py", line 8, in File "/lib/pynmea2/nmea.py", line 29, in File "/lib/pynmea2/nmea.py", line 20, in init AttributeError: type object 'type' has no attribute 'init'

Could You please write down a brief instruction how to reproduce it, for people who may not be very proficient with MicroPython and it's infrastructure?

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

3 participants