Comment 4 for bug 1686483

Revision history for this message
bhujay kumar (bhatta) wrote :

I am stuck up with the same problem . This error is coming during the venv create stage of repo build. First the error was coming for designate . I disabled them from the inventory - openstack_user_config.yml. Then it is for aodh . Disabled it too and now it is coming for ceilometer.

Can you please help ?

Log from repo containers repo_venv_builder.log :

Collecting SQLAlchemy<1.1.0,>=1.0.10 (from ceilometer)
  0 location(s) to search for versions of SQLAlchemy:
  Found link file:///var/www/repo/os-releases/master/ubuntu-16.04-x86_64/sqlalchemy-1.1.9-cp27-cp27mu-linux_x86_64.whl, version: 1.1.9
  Local files found: /var/www/repo/os-releases/master/ubuntu-16.04-x86_64/sqlalchemy-1.1.9-cp27-cp27mu-linux_x86_64.whl
  Could not find a version that satisfies the requirement SQLAlchemy<1.1.0,>=1.0.10 (from ceilometer) (from versions: 1.1.9)
Cleaning up...
No matching distribution found for SQLAlchemy<1.1.0,>=1.0.10 (from ceilometer)
Exception information:
Traceback (most recent call last):
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run
    wb.build(autobuilding=True)
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/wheel.py", line 749, in build
    self.requirement_set.prepare_files(self.finder)
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/req/req_set.py", line 554, in _prepare_file
    require_hashes
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/req/req_install.py", line 278, in populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/tmp/openstack-venv-builder/venvs/ceilometer/lib/python2.7/site-packages/pip/index.py", line 514, in find_requirement
    'No matching distribution found for %s' % req
DistributionNotFound: No matching distribution found for SQLAlchemy<1.1.0,>=1.0.10 (from ceilometer)