File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 11# Weather Voice Prompt
2- Get Today Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat
2+ 🌈 Get The Weather INFO Then Ouput Voice Prompt And Send It To Your WeChat
33
44## OS
5- * ` Windows 10 `
5+ * ` Raspberry Pi 4B 4GB `
66
77## Env
8- * ` Python 3.7.3 `
8+ * ` Python 3.7 `
99* ` urllib `
10- * ` playsound `
10+ * ` apscheduler `
1111* ` baidu-aip `
1212* ` Baidu AIP SDK( aip-python-sdk-2.2.15 ) `
1313
14- ## How To Run
14+ ## How To Run On RasPi 4B
1515you need to install the dependencies firstly
16- > $ pip install playsound
16+ > $ pip3 install apscheduler
1717
1818> $ cd aip-python-sdk-2.2.15
1919
20- > $ pip install baidu-aip
20+ > $ pip3 install baidu-aip
2121
22- > $ python setup.py install
22+ > $ python3.7 setup.py install
2323
2424then run it
25- > $ python weather.py
25+ > $ python3.7 weather.py
26+
27+ ## Bug fixed
28+ * [ ImportError no module named 'xxx'. . .] ( https://stackoverflow.com/questions/62154632/importerror-no-module-named-playsound )
29+ * [ ValueError: Namespace Gtk not available. . .] ( https://www.e-learn.cn/topic/3787817 )
2630
2731## Thanks
2832* [ ServerChan] ( http://sc.ftqq.com/3.version )
You can’t perform that action at this time.
0 commit comments