pythongssapi / pythongssapi/python-gssapi
how to install gssapi in a No network environment?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 116
- Forks
- 55
- Avg merge
- 1d 24m
- Merged PRs (30d)
- 2
Description
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: .........'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test-requirements.txt, the bao folder, and the reported pip install commands; reproduce the offline installation and capture the complete build-dependency error. Done means the cause is identified and the project can be installed without network access, or the required offline procedure is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- build-system, developer-experience
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100