Re: [weewx-user] module 'serial' has no attribute 'Serial'

2024-04-29 Thread Adam Ellsworth
That did it! I really appreciate the help and I'm glad I had the sense to ask, that would've taken me quite awhile to find. I tried to do some grep'ing to see if anything else used the JSON library and didn't find anything, so I removed it. Hopefully it doesn't break something else. That's an

Re: [weewx-user] module 'serial' has no attribute 'Serial'

2024-04-28 Thread Tom Keffer
I've seen this error before. Did you by any chance do a pip install of "serial", instead of "pyserial"? The former is for serializing JSON, the latter for communicating with serial ports. On Sun, Apr 28, 2024 at 12:28 PM Adam Ellsworth wrote: > Hello, I've been running weewx smoothly for years,

[weewx-user] module 'serial' has no attribute 'Serial'

2024-04-28 Thread Adam Ellsworth
Hello, I've been running weewx smoothly for years, recently there was a power outage and when it came back up, weewx won't start. I assume something got updated and broke.. something? In an attempt to fix it I installed the latest weewx 5.0.1... It's using python 3.8.10 says the log. I re-ran