-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行环境设置都是什么? #29
Comments
现在暂时不支持py3 |
支持python什么版本? |
2 |
Traceback (most recent call last): |
python2.6 和APScheduler 3.2.0 兼容吗?新手问题多,多包涵。 |
每个三方库都有对应不同py版本的包。你下载的时候下py2版本的。如果你电脑上是py2,直接pip install 安装的就是py2对应的包 |
用的centos 6 python3.5 结果各种出错
[root@localhost proxy_pool-master]# python -m Schedule.ProxyRefreshSchedule
Traceback (most recent call last):
File "/usr/local/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/root/proxy_pool-master/Schedule/ProxyRefreshSchedule.py", line 19, in
from apscheduler.schedulers.blocking import BlockingScheduler
ImportError: No module named 'apscheduler'
是哪里没有装好吗?
The text was updated successfully, but these errors were encountered: