I am trying to install django-trumbowyg https://gi...">

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?

0
source share
2 answers

As https://pypi.python.org/pypi/django-trumbowyg#downloads shows that in PyPI there is only a binary package for Python2.

, Rishav .

PyPI / .

0

, - . .

: pip install django-trumbowyg --proxy = proxy.companydomain.com:

0

Source: https://habr.com/ru/post/1696016/


All Articles