donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 438 forks source link

django error #141

Closed omnaathharis closed 6 years ago

omnaathharis commented 6 years ago

while trying to install django in windows using pip I have encountered with this error` Complete output from command python setup.py egginfo: Traceback (most recent call last): File "", line 1, in File "c:\users\tooti\appdata\local\temp\pip-build-z6tsd\django\setup.py", line 32, in version = import('django').get_version() File "django__init__.py", line 1, in from django.utils.version import get_version File "django\utils\version.py", line 61, in @functools.lru_cache() AttributeError: 'module' object has no attribute 'lru_cache'

----------------------------------------

Command "python setup.py egginfo" failed with error code 1 in c:\users\tooti\appdata\local\temp\pip-build-z6tsd\django` how can we resolve it Thanks and regards

ParitoshAggarwal commented 6 years ago

https://stackoverflow.com/questions/35991403/python-pip-install-gives-command-python-setup-py-egg-info-failed-with-error-c/36025294

I hope this can help you out

donnemartin commented 6 years ago

Hi @omnaathharis, this is not the Django project so this isn't the best place to get help. @ParitoshAggarwal provides a link that might help.