আমি ওপেনসেল এবং পাইথন @ 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
পাইথন @ 2 পুনরায় ইনস্টল করার জন্য তারা ডকুমেন্টেড এই কমান্ডটি কীভাবে ব্যবহার করবেন তা আমি জানি না । এটির জন্য একটি সূত্র এবং একটি ট্যাপ দরকার। আমি কল্পনা করি সূত্রটি হবে python@2
। আমি নিশ্চিত নইলে ট্যাপটি কী হবে।
অতিরিক্তভাবে ট্যাপগুলি পুনরায় ইনস্টল করা aws
বা letsencrypt
খুব ভালভাবে কাজ করছে না।
awscli
( brew reinstall awscli
) পুনরায় ইনস্টল করার পরে , অ্যাউজ কমান্ড চালানো ত্রুটি দেয়।
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