原文:InvalidVersionSpecError: Invalid version spec: =2.7

最近使用conda遇到了報錯,發現conda的issues有人提出了這個問題:https: github.com conda conda issues 今天終於有了回復了說:I personally solved it by deleting the lineconda forgeinside the.condarcconfig file and by not using conda forge ...

2021-04-28 00:16 1 7193 推薦指數:

查看詳情

InvalidSpecError: Invalid spec: =2.7報錯解決辦法

1.小編也是被InvalidSpecError: Invalid spec: =2.7這個報錯提示搞的頭皮發麻,查詢網上相關問題眾說紛紜,小編基本都試過了,什么修改鏡像源這些,絲毫沒有解決問題, 2.后來我發現可能是conda版本太低導致的,又或許是當初安裝anaconda時沒有配置好 3. ...

Mon Apr 26 17:26:00 CST 2021 0 3398
python version 2.7 required,which was not found in the registry

安裝MySQL-python-1.2.4b4.win32-py2.7.exe的時候,出現python version 2.7 required,which was not found in the registry,翻譯過來就是:不能再注冊表中識別出來python2.7,解決方案如下: 新建 ...

Fri Mar 11 19:18:00 CST 2016 1 1594
python version 2.7 required,which was not found in the registry

安裝PIL-1.1.7.win32-py2.7的時候,不能再注冊表中識別出來python2.7 方法:新建一個register.py 文件,把一下代碼貼進去,保存 (代碼來自:http://effbot.org/zone/python-register.htm) 按F5執行 ...

Tue Aug 27 05:16:00 CST 2013 7 24875
Python version 2.7 required, which was not found in the registry

安裝setuptools的時候,不能再注冊表中識別出來python2.7 在網上找了方法,僅作筆記,供下次使用 方法: 新建一個register.py 文件,把一下代碼貼進去,保存(G盤) 輸入以下命令(register.py 存放在 G盤底 ...

Thu May 24 08:08:00 CST 2012 11 25579
go mod invalid pseudo-version

最近升級了下go 的版本, 然后拉下團隊的代碼出現了如下的錯誤 原因是 我依賴的是 golang.org/x/text@v0.3.1-0.20181227161524-e6919f657 ...

Sat Nov 28 01:28:00 CST 2020 0 1078
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM