Re: [weewx-user] Error in weewxd at start

2024-06-11 Thread Sanjiv B
Thanks for your response Tom! You are the best! I don't think I started it properly using the SystemD startup scripts. I fixed this problem by turning off debugging debug=0 However, I am uncertain if that fixed it OR if it is because I used the startup in SystemD. The data reports perfectly

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread 'steepleian' via weewx-user
Vince,For me the second option is preferable as I assume that it would preserve the existing Python version until WeeWX deems it necessary to upgrade.https://claydonsweather.org.ukOn 10 Jun 2024, at 18:38, vince wrote:Maybe. I suppose a potential change would be in how weewx generates its

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread vince
Maybe. I suppose a potential change would be in how weewx generates its ExecStart string. Installing weewx via "python3 -m venv weewx-venv" generates the following: ExecStart=/home/pi/weewx-venv/bin/python3 /home/pi/weewx-venv/lib/python3.9/site-packages/weewxd.py

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread 'steepleian' via weewx-user
Tom,I know of another user who had an identical problem with Manjaro when Python was updated to 3.12. With a self contained virtual environment I was surprised this happened. Is this worth further investigation?I.https://claydonsweather.org.ukOn 10 Jun 2024, at 11:25, Andrea wrote:there's still

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
there's still a problem with Pillow Il giorno lunedì 10 giugno 2024 alle 09:39:40 UTC+2 Andrea ha scritto: > Hi Tom. > Yes, weewx was running since February. Every Weeks I restart the PC and > always weewx running normal. Yesterday, suddenly, doesn't work anymore. > I use virtual environment

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
Maybe I found the problem. With last system update, the new version of Python was installed and Weewx doesn't runnig because all the software is in the previous version directory ../weewx-venv/lib/python3.11/site-packages/" I copied all the software in the new directory

Re: [weewx-user] Error in weewxd at start

2024-06-10 Thread Andrea
Hi Tom. Yes, weewx was running since February. Every Weeks I restart the PC and always weewx running normal. Yesterday, suddenly, doesn't work anymore. I use virtual environment with the command source and then launch weewxd. thanks Andrea Il giorno domenica 9 giugno 2024 alle 19:32:32

Re: [weewx-user] Error in weewxd at start

2024-06-09 Thread Tom Keffer
Your message is a little confusing. From what you wrote, it looks like you created a virtual environment, then activated it, then tried to run weewxd. However, the normal sequence is to create the virtual environment, activate it, *install WeeWX*, then run weewxd. Did you install WeeWX? -tk On

[weewx-user] Error in weewxd at start

2024-06-08 Thread Andrea
hello, after restart the PC, I tried to start weewx with this steps: python3 -m venv ~/weewx-venv source ~/weewx-venv/bin/activate weewxd & but I received the message from weewxd import main ModuleNotFoundError: No module named 'weewxd' Weewx has been running up to before restart the PC. I