sfyc23 / EverydayWechat

微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
MIT License
9.99k stars 2.31k forks source link

Mac 执行报错 #69

Closed xuxueyong closed 5 years ago

xuxueyong commented 5 years ago

Traceback (most recent call last): File "run.py", line 4, in from GFWeather import GFWeather File "/Users/apple/Downloads/EverydayWechat-master/GFWeather.py", line 8, in import itchat ModuleNotFoundError: No module named 'itchat'

sfyc23 commented 5 years ago

缺少库 使用 :

pip install -r requirements.txt 

安装所有依赖库

github641 commented 5 years ago

➜ EverydayWechat-master pip3 install -r requirements.txt Collecting requests (from -r requirements.txt (line 1)) Could not find a version that satisfies the requirement requests (from -r requirements.txt (line 1)) (from versions: ) No matching distribution found for requests (from -r requirements.txt (line 1))

@sfyc23 Python 3.5.0,也是 Mac 执行的时候,麻烦看下

sfyc23 commented 5 years ago

要不手动安装这些库也行;

pip3 install 库1
pip3 install 库2
……
tianly123 commented 5 years ago

安装依赖后还是报错,我的是无法识别 APScheduler

WhySRZ commented 5 years ago

安装依赖后还是报错,我的是无法识别 APScheduler

手动一个一个安装吧