SyntaxError:operator not allowed in environment markers的解決方法
在部署測試環境時,pip install XXX,出現瞭如下問題:
“File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 738, in comparison
raise SyntaxError(repr(cop)+” operator not allowed in environment markers”)
SyntaxError: ‘<' operator not allowed in environment markers
error in setup command: Error parsing /opt/stack/cinder/setup.cfg: SyntaxError: '<' operator not allowed in environment markers"
出現這個問題,應該是setuptools版本太舊,需要更新升級,可以執行如下命令來進行升級:
pip install --upgrade pip
pip install --upgrade setuptools
相關推薦
SyntaxError:operator not allowed in environment markers的解決方法
在部署測試環境時,pip install XXX,出現瞭如下問題: “File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 738, in comparison raise SyntaxError(repr(cop)+” o
'with' is not allowed in strict mode.解決方法!
今天在最新的MyEclipse中匯入了一個包含有jquery-1.6.2.js的專案。 結果編譯器報錯:'with' is not allowed in strict mode. 原因:由於js在嚴格模式下不允許使用with關鍵字! 分析:with語句的作用是將程式碼的作用域設定到一個特
Oracle報錯誤:subquery not allowed in this context 解決方法
由於開始編譯時候,一直是報編譯錯誤,同時,顯示錯誤是在Oracle中,查詢if裡面巢狀 in一直顯示不允許子查詢在裡面。 原因:Oracle:IF...IN (SELECT ... FROM ...) 之子查詢不被允許 上程式碼: if l_chanl_code in (select
Content is not allowed in prolog錯誤解決
在執行Eclipse中的Server的clean時,釋出專案報錯:Could not clean server of obsolete files:Content is not allowed in
solr啟動時。Conte nt is not allowed in prolog問題解決
啟動solrtomcat時一直報一下錯誤。實在鬱悶。仔細檢查自己配置、程式都沒有問題。就是一直報這個錯誤。 解決方法:後來發現自己用UltraEdit編輯器打開了配置檔案。必須關掉才可以正常啟動。 資訊: Loaded SolrConfig: solrconfig.xm
Nginx 提示host not found in upstream 錯誤解決方法
dns設置 1.7 bsp 步驟 訪問 size 實例 n-n 每次 Nginx DNS resolver配置實例,本文講解在proxy_pass 和 upstream server 通信的時候需要手動指定 resolver,本文就給出了配置實例
Spring Boot Annotion processor not found in classpath問題解決方法
Spring Boot 2.0中使用@ConfigurationProperties(prefix = "xxx")註解時, 會顯示 Spring Boot Annotion processor not found in classpath 處理此問題需要在maven的pom.xml中新增:
Django is not importable in this environment的解決方法
軟體版本是python3.4.3,Django是2.0.7 (1)file—>open,找到自己的工程檔案(工程名)開啟 (2)file—>settings—>Project Interpreter (3)點選show all (4)隱藏掉連線其他工程的直譯器 (5
升級PHP7後PHP程式提示錯誤:operator not supported for strings in原因及解決方法
PHP Fatal error: [] operator not supported for strings in …… 查詢資料後發現是因為以下原因造成的 在對某一個變數進行第二次賦值的時候,也就是在同一頁面內對同一變數第二次賦值,但值的型別前後不一致會導致這
“exec: "ssh-keygen": executable file not found in %PATH%” 問題解決
light .sh 根目錄 set art oot 保存 .bat ssh set PATH=%PATH%;C:\Program Files (x86)\Git\bin bash start.sh 將以上內容保存為start.bat,放在boot2docker根目
mac上 go-delve 安裝出現The specified item could not be found in the keychain 解決方法
mon pen 方法 rar spec hub 錯誤 sys lib 安裝go語言的編譯環境,在安裝到 delve時候出現如下錯誤: If reporting this issue please do so at (not Homebrew/brew or Hom
解壓報錯gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now的解決方法
方法 進行 二進制 error ble url src 是否 cat 在部署tomcat的環境搞JDK的時候出現這個問題。分享一下。 解壓命令:tar -zvxf memcached-1.4.34.tar.gz 遇到了一個問題, gzip: stdin: not
hibernate框架學習錯誤集錦-org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.MANUAL)
context intern session ati log ali opera operation marker 最近學習ssh框架,總是出現這問題,後查證是沒有開啟事務。 如果采用註解方式,直接在業務層加@Transactional 並引入import or
SELECT is not allowed in cluster (Redis叢集JedisCluster資料庫詳解)
(1)redis在單機模式下redis.conf配置檔案中預設的資料庫數量是16個, # Set the number of databases. The default database is DB 0, you can select# a different one on
InvalidDataAccessApiUsageException:Write operations are not allowed in read-only mode (FlushMode.NEV
錯誤截圖: 錯誤描述: org.springframework.dao.InvalidDataAccessApiUsageException:Write operations are not allowed in read-only mode (FlushMode.NEVER/MAN
org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read
使用SSH框架做儲存操作時,忘記加事務,報了以下錯誤: org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-on
Nginx 405 not allowed最簡單快速解決辦法
Apache、IIS、Nginx等絕大多數web伺服器,都不允許靜態檔案響應POST請求,否則會返回“HTTP/1.1 405 Method not allowed”錯誤。 server { listen 80; server_name 域名; lo
啟動tomcat是出現錯誤( Parse Fatal Error at line 1 column 1: Content is not allowed in prolog.)
2010-3-8 9:38:58 org.apache.coyote.http11.Http11Protocol init 資訊: Initializing Coyote HTTP/1.1 on http-8080 2010-3-8 9:38:58 org.apache.c
關於 SAXParseException Content is not allowed in Prolog (前言中不允許有內容)
解析 XML 檔案的時候,如 Mybatis 的 Mapper 檔案,有時會出現 org.xml.sax.SAXParseException 前言中不允許有內容 的異常,英文就是 Content is
mysql 開啟資料庫連線時,出現1130 -host 'localhost' is not allowed 。。的解決辦法
出現這個問題的原因是系統升級的補丁,禁止任何 IP 連線本機。 找到mysql 的安裝目錄,不要在navicate 的快捷方式上單擊右鍵,那樣找到的不是MYSQL 資料庫的目錄,在【程式】列表中找到路徑。 定位到\MySQL\MySQL Serv