2
respostas

Erro ao instalar o Django no Mac

iMac-de-Carlos:~ arthur-grigoletto$ sudo pip install django==2.0
The directory '/Users/arthur-grigoletto/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/arthur-grigoletto/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting django==2.0
  Downloading Django-2.0.tar.gz (8.0MB)
    100% |████████████████████████████████| 8.0MB 152kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/tmp/pip-build-Xny8l4/django/setup.py", line 32, in <module>
        version = __import__('django').get_version()
      File "django/__init__.py", line 1, in <module>
        from django.utils.version import get_version
      File "django/utils/version.py", line 61, in <module>
        @functools.lru_cache()
    AttributeError: 'module' object has no attribute 'lru_cache'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-Xny8l4/django/
2 respostas

A instalação funcionou ou não?

Bom dia.

Parece que não. Voce testou proseguindo com o curso? Porém você instou Django 2.0. O curso é da versão 1.7 e ambas são incompatíveis.

Tente instalar a versão 1 7.

Fique atento para esse aviso no capítulo da instalação

Utilizaremos a versão 2.x do Python, apesar do Django também aceitar a versão 3.x (mas não ultrapasse a versão 3.3). Dependendo da sua plataforma, alguns cuidados precisam ser tomados.

Neste link você pode pedir a atualização do curso. https://trello.com/b/4grNfK1m/alura-alunos-cursos

Quanto mais alunos pedirem, maiores as chances dele ser atualizado.