Error using pip install: "Could not find a version that meets the requirement <package name>
I am trying to install django-trumbowyg https://github.com/sandino/django-trumbowyg in my application
When I did pip install django-trumbowyg, he returned this error:
Could not find a version that satisfies the requirement django-trumbowyg (from versions: )
No matching distribution found for django-trumbowyg
Does anyone know what that means? And how can I fix this?
As https://pypi.python.org/pypi/django-trumbowyg#downloads shows that in PyPI there is only a binary package for Python2.
, Rishav .