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

'django-threadedcomments version 1.0.1' don't support django 1.9 #75

Closed
extremewaysback opened this issue Dec 11, 2015 · 2 comments
Closed

Comments

@extremewaysback
Copy link

When I push the project to heroku and get the following error. It seem that threadedcomments version 1.0.1 don't support django 1.9?

requirements.py:
Django == 1.9
gunicorn==19.3.0
whitenoise==2.0.4
psycopg2==2.6.1
reportlab==3.2.0
django-contrib-comments==1.6.1
threadedcomments==1.0.1

remote: -----> Using set buildpack heroku/python
remote: -----> Python app detected
remote: -----> Installing dependencies with pip
remote: Collecting django-contrib-comments==1.6.1 (from -r requirements.txt (line 6))
remote: Downloading django_contrib_comments-1.6.1-py2.py3-none-any.whl (51kB)
remote: Collecting threadedcomments==1.0.1 (from -r requirements.txt (line 7))
remote: Could not find a version that satisfies the requirement threadedcomments==1.0.1 (from -r requirements.txt (line 7)) (from versions: 0.1, 0.1.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.5)
remote: No matching distribution found for threadedcomments==1.0.1 (from -r requirements.txt (line 7))
remote:
remote:
remote: ! Push rejected, failed to compile Python app

@rinti
Copy link

rinti commented Jan 29, 2016

You are trying to install threadedcomments==1.0.1 instead of django-threadedcomments==1.0.1.

@extremewaysback
Copy link
Author

@rinti Thanks!

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

2 participants