C
C
che_aa2020-06-30 16:39:21
Python
che_aa, 2020-06-30 16:39:21

Loading python modules via git on pythonanywhere?

Good afternoon.
I needed to put a site on django on pythonanywhere hosting, I did everything according to this guide:
https://anhel.in/python/doc/django-deployment/
When installing the acrcloud module, according to their recommendations on github, when entering the command

python -m pip install git+ https://github.com/acrcloud/acrcloud_sdk_python

An error pops up:
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.

After downloading the project from the github in zip format, its weight is 91.5 mb, on the hosting it is available about 250 mb, how can I install this module?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question