@che_aa

Загрузка модулей python через git на pythonanywhere?

Добрый день.
Мне понадобилось поставить сайт на django на хостинг pythonanywhere, делал все по этому гайду:
https://anhel.in/python/doc/django-deployment/
При установке модуля acrcloud, по их рекомендациям на гитхаб, при вводе команды
python -m pip install git+https://github.com/acrcloud/acrcloud_sdk_python

Вылазит ошибка:
Looking in links: /usr/share/pip-wheels
Collecting git+https://github.com/acrcloud/acrcloud_sdk_python
Cloning https://github.com/acrcloud/acrcloud_sdk_python to /tmp/pip-req-build-65_e5may
Running command git clone -q https://github.com/acrcloud/acrcloud_sdk_python /tmp/pip-req-build-65_e5may
fatal: cannot create directory at 'raspberrypi/aarch32/python3': Disk quota exceeded
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
ERROR: Command errored out with exit status 128: git clone -q https://github.com/acrcloud/acrcloud_sdk_python /tmp/pip-req-build-65_e5may Check the
logs for full command output.

Скачав проект с гитхаба в zip формате, его вес 91.5 мб, на хостинге дотупно примерно 250мб, как можно установить этот модуль?
  • Вопрос задан
  • 116 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы