[Answer]-Installing django-dash – Download error, could not find suitable distribution for [multiple packages]

1👍

✅

What you can do is to try to find a requirements.txt in github/bitbucket repository of django_dash and download/install those packages written in the requirements.txt. There is always a requirement.txt in pip package’s source(in repo) where dependencies are written. pip installs those requirements by itself so its no hassle for pip users. Since you can’t use pip, you have to install those requirements manually(the method you mentioned in comments). By the way, here is django dash‘s requirement file: https://github.com/barseghyanartur/django-dash/blob/master/example/requirements.txt

Leave a comment