You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using python 3.10, and using this package.
I am following the instructions on webpage , but when I executed decoder = ndef.message_decoder(octets), it says:
>>> decoder = ndef.message_decoder(octets)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'ndef' has no attribute 'message_decoder'
Is it a bug?
The text was updated successfully, but these errors were encountered:
Its not a bug, check with pip list if you have another lib called ndef or something like that. If you do remove it. Check if in your project folder you have a file named ndef.py rename it.
Its not a bug, check with pip list if you have another lib called ndef or something like that. If you do remove it. Check if in your project folder you have a file named ndef.py rename it.
Ah, it is longer than 1 year between my post and your reply, and several months passed until I see the reply.
I was doing my class assignment (course project?) at that time, it was my first time using it and I have never install other lib related to ndef and this lib is fresh install.
Never mind, the course is finished and I am not using it now.
Hi, I am using python 3.10, and using this package.
I am following the instructions on webpage , but when I executed
decoder = ndef.message_decoder(octets)
, it says:Is it a bug?
The text was updated successfully, but these errors were encountered: