pythongssapi / pythongssapi/python-gssapi
how to install gssapi in a No network environment?
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 116
- 派生
- 55
- 平均合并
- 1 天 24 分钟
- 30 天内合并 PR
- 2
描述
Due to the special environment, the computer cannot be connected to the Internet, but the Python script I wrote needs to use the gssapi library. the OS is Linux. I have another computer that can connect to the Internet and has the same Python version. I download the dependency files in the 'test-requirements.txt' file on a computer with internet access, copied them to a computer without internet access. these dependency files stored in ‘bao’ folder and executed ‘pip install --no-index --find-links=./bao -r test-requirements.txt’ to installed dependency. Then I download this project from Github and copied it to a computer without internet access. run ‘ pip install . ’ it will report 'installing build dependencies ... error Error: Command errored out with exit status 1: .........'
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 test-requirements.txt、bao 文件夹和报告中的 pip install 命令开始;重现离线安装,并记录完整的构建依赖错误。确定原因并使项目能够在无网络访问的情况下安装,或记录所需的离线流程,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- linux, python
- 领域
- build-system, developer-experience
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100