Я начинаю в Django и следую учебному пособию от https://tutorial.djangogirls.org/en/deploy/, но застрял на этом этапе. Не могу найти источник, который поможет мне сделать то же самое
pravin@pravin:~/djangogirls/mysite$ pip install --user pythonanywhere Collecting pythonanywhere Using cached https://files.pythonhosted.org/packages/91/72/ea7eb1d3dc072034a90e766eadd7fe98406c8ca0664b3eeef820b7d080fb/pythonanywhere-0.0.11.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-DbYlRG/pythonanywhere/setup.py", line 1, in <module> from pathlib import Path ImportError: No module named pathlib ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-DbYlRG/pythonanywhere/
ОС: Debian 8 и Python по умолчаниюВерсия: 2.7
Команда, которую вы вводите, не совсем верна - вам не хватает «3.6».Должно быть так:
pip3.6 install --user pythonanywhere