काढ़ा - अजगर को फिर से स्थापित करना @ २


14

मैं शराब बनाने के साथ खुलता है और अजगर @ 2 के साथ मुद्दों रहा है, जो यहाँ (अनसुलझे) समझाया गया है । पाइथन और ओप्स्नल को पुनः स्थापित करने के लिए प्रलेखित वर्कअराउंड काम नहीं कर रहा था, इसलिए मैंने फैसला किया कि मैं पाइथन को अनइंस्टॉल और पुनः स्थापित करूंगा।

समस्या यह है कि, जब आप काढ़ा के साथ अजगर 2 स्थापित करने की कोशिश करते हैं, तो आपको यह संदेश मिलता है:

brew install python@2
Error: No available formula with the name "python@2"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

python@2 was deleted from homebrew/core in commit 028f11f9e:
  python@2: delete (https://github.com/Homebrew/homebrew-core/issues/49796)
  EOL 1 January 2020.
  We gave it 1 month more to live so that people had time to migrate.
  All in all, developers had 11 years to do their migration.
  You can use the `brew extract` command and maintain python@2 in your own
  tap if necessary:
  https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap

To show the formula before removal run:
  git -C "$(brew --repo homebrew/core)" show 028f11f9e^:Formula/python@2.rb

If you still use this formula consider creating your own tap:
  https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap

दुर्भाग्य से मेरे पास अभी भी बहुत सारे काढ़ा फॉर्मूले हैं जो ब्रू के अजगर @ 2 पर निर्भर हैं। उनमें शामिल हैं awscli, उदाहरण के लिए letsencryptजनसंपर्कsshuttle

aws
zsh: /usr/local/bin/aws: bad interpreter: /usr/local/opt/python@2/bin/python2.7: no such file or directory

मुझे नहीं पता कि इस brew extractआदेश का उपयोग करने के लिए उन्होंने Python @ 2 को पुन: स्थापित करने के लिए कैसे प्रलेखित किया। इसे एक सूत्र और एक नल की जरूरत है। मुझे लगता है कि सूत्र होगा python@2। मुझे यकीन नहीं है कि नल को क्या करना होगा।

इसके अतिरिक्त जैसे कि awsया तो नल को फिर से स्थापित letsencryptकरना बहुत अच्छी तरह से काम नहीं कर रहा है।

पुनः स्थापित करने awscli( brew reinstall awscli) के बाद , aws कमांड चलाना अभी भी त्रुटियाँ देता है।

aws
/usr/local/Cellar/awscli/2.0.0/libexec/lib/python3.8/site-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if x is 0 or x is 1:
/usr/local/Cellar/awscli/2.0.0/libexec/lib/python3.8/site-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if x is 0 or x is 1:
/usr/local/Cellar/awscli/2.0.0/libexec/lib/python3.8/site-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif y is 0 or y is 1:
/usr/local/Cellar/awscli/2.0.0/libexec/lib/python3.8/site-packages/jmespath/visitor.py:34: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif y is 0 or y is 1:
/usr/local/Cellar/awscli/2.0.0/libexec/lib/python3.8/site-packages/jmespath/visitor.py:260: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if original_result is 0:
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: the following arguments are required: command

जवाबों:


54

ऐसा लगता है कि होमबॉव स्टाफ वास्तव में जितना संभव हो उतना संभव बनाता है कि मैकओएस पर पायथन 2.7 का उपयोग कर सकें।

  1. जुड़ा हुआ brew extract लिंक वास्तव में उपयोगी नहीं है, आपको यहां निकाले गए स्रोतों से अपना खुद का नल बनाने के तरीके के बारे में जवाब तलाशने की आवश्यकता है।
  2. लिंक्ड कमिट: 028f11f9e गलत है, क्योंकि इसमें पहले से डिलीट की गई फाइल है।
  3. brew extractआदेश भी सही ढंग से काम नहीं करता पैकेज नाम पर @ की वजह से।

समाधान बहुत सरल है, हालांकि, आपको नवीनतम ज्ञात प्रतिबद्ध से स्थापित करने की आवश्यकता है:

brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/86a44a0a552c673a05f11018459c9f5faae3becc/Formula/python@2.rb

इसे "अस्थिर" होने के बारे में एक चेतावनी है, जो मुझे समझ में नहीं आता है कि एक Git इतिहास में एक प्रतिबद्धता के रूप में स्थिर है जितना आप प्राप्त कर सकते हैं।


1
बस पीआर यहाँ है, जहां अजगर @ 2 हटा दिया गया था के लिए लिंक डाल (फरवरी 4 थी 2020 विलय) github.com/Homebrew/homebrew-core/pull/49796
petschki

@petschki ने जो उत्तर दिया, वह हम नहीं चाहते थे, लेकिन जो उत्तर हम जानना चाहते थे!
थिंकबोनोबो
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.