项目初始化报错 #2593
xiaomifeng1010
started this conversation in
General
项目初始化报错
#2593
Replies: 1 comment
-
https://stackoverflow.com/questions/47048542/django-auth-ldap-installation-not-working 可以稍微搜一下 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
重现步骤
在pycharm中打开项目,安装项目依赖,但是django-auth-ldap==4.1.0这个依赖始终无法安装,提示需要C++ 14 or greater ...,也去微软官网下载安装了c++ build tool,并且安装了visual studio以及开发环境,但是使用pip安装django-auth-ldap==4.1.0仍然报错,报错日志信息粘贴在下边
预期外的结果
无法正常安装django-auth-ldap==4.1.0,其他依赖都正常安装了,唯独这个死活安装不了
日志文本
版本
直接从码云的master分支拉取的最新的代码
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
Beta Was this translation helpful? Give feedback.
All reactions