我是BIKA LIMS的新手,也是Ubuntu环境的新手。我正在尝试安装bika lims,请遵循链接bika lims,但在执行此命令后:
sudo -u plone_buildout bin/buildout我得到一个错误:
Updating zeoserver.
Installing client1.
/home/shamim/Downloads/plone/buildout-cache/eggs/setuptools-27.3.0-py2.7.egg/pkg_resources/__init__.py:188: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
stacklevel=1,
Couldn't find index page for 'bika.lims' (maybe misspelled?)
Getting distribution for 'bika.lims'.
Couldn't find index page for 'bika.lims' (maybe misspelled?)
While:
Installing client1.
Getting distribution for 'bika.lims'.
Error: Couldn't find a distribution for 'bika.lims'.我使用的是Ubuntu 16.04
发布于 2018-03-15 01:02:26
只需在buildout.cfg文件的构建部分添加行'index=https://pypi.python.org/simple/‘(不带单引号),它就应该可以工作了
https://stackoverflow.com/questions/48239355
复制相似问题