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

requirments中依赖包的版本太严格 #87

Open
seisman opened this issue Mar 15, 2017 · 1 comment
Open

requirments中依赖包的版本太严格 #87

seisman opened this issue Mar 15, 2017 · 1 comment

Comments

@seisman
Copy link

seisman commented Mar 15, 2017

requirements.txt 的内容如下:

Markdown==2.4.1
Pygments==1.6
Jinja2==2.7.3
PyYAML==3.11
docopt==0.6.1
ordereddict==1.1
watchdog==0.8.3
pytz==2015.7
tzlocal==1.2

由于严格指定了各个依赖的版本,且其中很多版本都已经过时很久,使得在安装 simiki 的时候会卸载已安装的高版本的模块,进而可能导致其他依赖这些模块的软件出现问题。

当然可以通过虚拟环境解决这一问题,但这样就不够simple了。建议在各个模块的最新版本下测试是否可用,然后将 == 改成 >=

@tankywoo
Copy link
Owner

@seisman 感谢提醒,下一个 release 修复这个问题。 👍

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

No branches or pull requests

2 participants