File "/usr/libexec/urlgrabber-ext-down", line 28
File "/usr/libexec/urlgrabber-ext-down", line 28
問題現象:
原因:
出現上面 問題是我在安裝python3.7版本,需要讓python2和python3共存,沒有修改/usr/libexec/urlgrabber-ext-down檔案;
解決辦法:
只需要修改第一行:
#! /usr/bin/python修改成 #! /usr/bin/python2.7即可。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20674423/viewspace-2888352/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python升級帶來的yum異常:File "/usr/bin/yum", line 30Python
- 【jenkins】/usr/bin/env: php: No such file or directoryJenkinsPHP
- Binary XML file line #2: Error inflatingXMLError
- mac下/usr/local/bin No such file or directory問題解決Mac
- 執行py檔案 File "<stdin>", line 1 SyntaxError: invalid syntaxError
- 解決 "last line of file ends without a newline" 警告的方法:使用 .editorconfigAST
- Warning: Cannot modify header information - headers already sent by (output started at file_path:line)HeaderORM
- linux輸入yum後提示: -bash: /usr/bin/yum: No such file or directory的解決方案Linux
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- /usr/bin/python與/usr/bin/env python的區別Python
- MAC 10.15 安裝PHP擴充套件時出現grep: /usr/include/php/main/php.h: No such file or directoryMacPHP套件AI
- eslint-disable-next-line to ignore the next lineEsLint
- macOSmkdir:/usr/var:OperationnotpermittedMacMIT
- python中#!/usr/bin/python與#!/usr/bin/env python的區別Python
- brew update /usr/local is not writable
- Command Line Tools
- Php cli模式下執行報錯/usr/bin/php: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/bin/php)PHP模式XMLORMAIUI
- 論文解讀(LINE)《LINE: Large-scale Information Network Embedding》ORM
- /usr/bin/ld: cannot find -lopenblas
- 【node】command-line
- change ^M to new line
- Python Line Messaging ApiPythonAPI
- SVG <line> 直線SVG
- Network Embedding_LINE
- HDU 3400 Line belt
- Solaris awk: syntax error near line 1 awk: bailing out near line 1ErrorAI
- -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: b...Framework
- /usr/bin/expect的簡單使用
- Command line is too long. Shorten command line for JooLunMallApiApplication or also for Spring Boot default configuration?APIAPPSpring Boot
- 【Linux shell】while read lineLinuxWhile
- 149-Max Points on a Line
- 28
- cat > file << EOF 與 cat > file << -
- idea遇見Command line is too long. Shorten command line for Main or also for Application default configuration?IdeaAIAPP
- File
- WPF customize line with sharp arrow and direction
- 教你做Line鬧鐘
- Azure Command Line (一)入門