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

Не удается установить API #152

Open
type2017 opened this issue Feb 17, 2017 · 1 comment
Open

Не удается установить API #152

type2017 opened this issue Feb 17, 2017 · 1 comment

Comments

@type2017
Copy link

type2017 commented Feb 17, 2017

Здравствуйте,

Не получается установить 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-я ошибка

@type2017
Copy link
Author

type2017 commented Feb 17, 2017

установил в /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

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

1 participant