I've used pwy for a while to make a quick check on a sibling living in Japan. I tried it yesterday and got the following
Traceback (most recent call last):
File "/home/user/.local/bin/pwy", line 8, in <module>
sys.exit(main())
File "/home/user/.local/lib/python3.9/site-packages/pwy/cli.py", line 202, in main
info = get_weather_data(location, unit, lang)
File "/home/user/.local/lib/python3.9/site-packages/pwy/cli.py", line 35, in get_weather_data
f"&appid={get_key()}&units={unit}&lang={lang}")
File "/home/user/.local/lib/python3.9/site-packages/pwy/cli.py", line 20, in get_key
with open(f"{home}/.pwyrc") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.pwyrc'
Obviously missing a .pwyrc, but what should I put there? I don't see it on the github page. I tried uninstalling and reinstalling both via pip3 and cloning the repo. Same issue. Any help appreciated.