class error
xzzh999 opened this issue · 3 comments
xzzh999 commented
Hi~ nice work.
in python 3.7 and virtual env, i got some error here:
import aioserial
import serial
class AioSerial(serial.Serial):
AttributeError: module 'serial' has no attribute 'Serial'
mrjohannchang commented
It should have that attribute as documented here. Do you have pySerial
installed?
xzzh999 commented
@changyuheng
Thank you for u reply.
I delete the old package, and run pip command again, it works!
thanks~
xzzh999 commented