Skip to content
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

python2.7 在21年之后不再维护,直接pip install安装失败,dateparser要求python 版本高于3.5? #178

Open
DavidJett opened this issue Jan 11, 2021 · 1 comment

Comments

@DavidJett
Copy link

ERROR: Package 'dateparser' requires a different Python: 2.7.8 not in '>=3.5'

@lichengseu
Copy link
Contributor

对于Python2.X,先安装一个低版本的dataparser:
pip2 install dateparser==0.7.0

后再重试安装sdk,并且pip安装时,不要加 -U 参数

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants