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

No version specified, and no candidate version available for Django #123

Closed
ncostis opened this issue Jan 14, 2014 · 2 comments
Closed

No version specified, and no candidate version available for Django #123

ncostis opened this issue Jan 14, 2014 · 2 comments

Comments

@ncostis
Copy link

ncostis commented Jan 14, 2014

Trying to install graphite and logstash , i stumbled on

  • No version specified, and no candidate version available for Django

Error executing action install on resource 'package[Django]'

Chef::Exceptions::Package

No version specified, and no candidate version available for Django

Resource Declaration:

/# In /var/chef/cache/cookbooks/graphite/recipes/web.rb

72: package pkg do
73: action :install
74: end
75: end

Compiled Resource:

/# Declared in /var/chef/cache/cookbooks/graphite/recipes/web.rb:72:in `block in from_file'

package("Django") do
action [:install]
retries 0
retry_delay 2
package_name "Django"
cookbook_name "graphite"
recipe_name "web"
end

I am in centos 6
Any help?

thank you

@webframp
Copy link
Contributor

Django comes from epel. You should include recipe[yum-epel] in your run list. See here for more info: https://github.com/opscode-cookbooks/yum-epel

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants