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

requirements.txt is not installable #95

Closed
greg-hellings opened this issue Nov 7, 2016 · 3 comments
Closed

requirements.txt is not installable #95

greg-hellings opened this issue Nov 7, 2016 · 3 comments

Comments

@greg-hellings
Copy link
Contributor

It is not possible to run a basic pip install of the requirements.txt file as it exists in the repository at present.

Steps to reproduce:

  1. Clone linch-pin
  2. Create and activate new virtualenv
  3. Execute "pip install -r requirements.txt" from the linch-pin directory

Expected result:
Pip should install all necessary packages

Actual result:
Pip exits with the following error message
Collecting python-openstackclient==0.8.6 (from -r requirements.txt (line 18))
Could not find a version that satisfies the requirement python-openstackclient==0.8.6 (from -r requirements.txt (line 18)) (from versions: 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.9.0, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.3.0)
No matching distribution found for python-openstackclient==0.8.6 (from -r requirements.txt (line 18))

@herlo
Copy link
Contributor

herlo commented Nov 8, 2016

The latest merged should have python-openstack without a version. I wonder if you are at the latest?

https://github.com/CentOS-PaaS-SIG/linch-pin/blob/master/requirements.txt

@herlo herlo self-assigned this Nov 8, 2016
@greg-hellings
Copy link
Contributor Author

It appears that commit from last week fixed the problem. Thanks!

On Tue, Nov 8, 2016 at 10:41 AM, Clint Savage notifications@github.com
wrote:

The latest merged should have python-openstack without a version. I wonder
if you are at the latest?

https://github.com/CentOS-PaaS-SIG/linch-pin/blob/master/requirements.txt


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#95 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAQsrg2HQN1jGPdDcdcMEfu_KITediNUks5q8Jg6gaJpZM4Krvpq
.

@herlo
Copy link
Contributor

herlo commented Nov 8, 2016

Great! Closing the issue.

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

No branches or pull requests

2 participants