【发布时间】:2019-10-04 05:46:42
【问题描述】:
所以,这就是我在做什么 从以下链接: https://django-microsoft-auth.readthedocs.io/en/latest/installation.html#from-sources
我正在尝试按照博客中提到的所有步骤安装django_microsoft_auth。
Step-1 i.e. "pip install django_microsoft_auth" # is working
Step-2 i.e. "git clone git://github.com/AngellusMortis/django_microsoft_auth" # is also working
Step-3 i.e. "python setup.py install" # is giving me the below error.
C:\Users\vtinkhed\AppData\Local\Programs\Python\Python37\python.exe: 无法打开文件“setup.py”:[Errno 2] 没有这样的文件或目录
我不知道如何提供帮助。有人可以帮我吗? 提前致谢
【问题讨论】:
标签: python django azure authentication