You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Не получается установить openprocurement.api на сервер под Ubuntu Linux 16.04
# bin/python setup.py install
...
Processing openprocurement.api-2.3.46-py2.7.egg
removing '/usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg' (and everything under it)
creating /usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg
Extracting openprocurement.api-2.3.46-py2.7.egg to /usr/local/lib/python2.7/dist-packages
openprocurement.api 2.3.46 is already the active version in easy-install.pth
Installed /usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg
Processing dependencies for openprocurement.api==2.3.46
Searching for barbecue
Reading https://pypi.python.org/simple/barbecue/
Couldn't find index page for 'barbecue' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for barbecue
error: Could not find suitable distribution for Requirement.parse('barbecue')`
установил в /opt/openprocurement.api barbecue: # git clone https://github.com/openprocurement/barbecue.git # bin/python barbecue/setup.py install
Закоментировал в setup.py:
...
requires = [ # 'barbecue',
'chaussette',
...
запустил установку, все установилось
все равно не может найти barbecue
# bin/chaussette paste:openprocurement.api.ini
...
ImportError: No module named barbecue
Здравствуйте,
Не получается установить openprocurement.api на сервер под Ubuntu Linux 16.04
#
bin/python setup.py install...
Processing openprocurement.api-2.3.46-py2.7.egg
removing '/usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg' (and everything under it)
creating /usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg
Extracting openprocurement.api-2.3.46-py2.7.egg to /usr/local/lib/python2.7/dist-packages
openprocurement.api 2.3.46 is already the active version in easy-install.pth
Installed /usr/local/lib/python2.7/dist-packages/openprocurement.api-2.3.46-py2.7.egg
Processing dependencies for openprocurement.api==2.3.46
Searching for barbecue
Reading https://pypi.python.org/simple/barbecue/
Couldn't find index page for 'barbecue' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for barbecue
error: Could not find suitable distribution for Requirement.parse('barbecue')`
по ссылке https://pypi.python.org/simple/barbecue/ 404-я ошибка
The text was updated successfully, but these errors were encountered: