python version 3.5 required,which was not found in the registry
在windows上安裝cx_oracle模組,遇到如下錯誤:
此原因為未找到相應的登錄檔,開啟登錄檔編輯器,將“HKEY_CURRENT_USER\HKEY_CURRENT_USER\Software\HKEY_CURRENT_USER\Software\Python\HKEY_CURRENT_USER\Software\Python\PythonCore\HKEY_CURRENT_USER\Software\Python\PythonCore\3.5-32”改為“HKEY_CURRENT_USER\HKEY_CURRENT_USER\Software\HKEY_CURRENT_USER\Software\Python\HKEY_CURRENT_USER\Software\Python\PythonCore\HKEY_CURRENT_USER\Software\Python\PythonCore\3.5”
即可
此原因為未找到相應的登錄檔,開啟登錄檔編輯器,將“HKEY_CURRENT_USER\HKEY_CURRENT_USER\Software\HKEY_CURRENT_USER\Software\Python\HKEY_CURRENT_USER\Software\Python\PythonCore\HKEY_CURRENT_USER\Software\Python\PythonCore\3.5-32”改為“HKEY_CURRENT_USER\HKEY_CURRENT_USER\Software\HKEY_CURRENT_USER\Software\Python\HKEY_CURRENT_USER\Software\Python\PythonCore\HKEY_CURRENT_USER\Software\Python\PythonCore\3.5”
即可
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29802484/viewspace-2129952/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Newline required at end of file but not foundUI
- 解決 " lib64 libc so 6 version `GLIBC_2 18' not found (required by libUI
- 報錯資訊ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by............)ImportErrorC++UI
- The minimum required version for Powerlevel10k is 5.1UI
- @Autowired 注入 **required a single bean, but 2 were found**UIBean
- AIX: HOW TO DETERMINE WHICH VERSION OF HACMP IS INSTALLED [ID 1057292.6]AIACM
- Required Java version 1.4.1. Available:1.3.1_01UIJavaAI
- 登錄檔醫生(Registry Medic Version 2.43)破解記錄
- no- valid devices were found on which to create new file systemsdev
- 9164288 misaligned log IOs which required falling back to synchronous IOiOSUI
- “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured 這個錯誤解決方案SwiftUI
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP
- by which, in which, from which 語法區別
- Cocoapods fatal: Remote branch #{s.version} not found in upstream originREM
- libgomp.so.1: version `GOMP_4.0' not found 解決辦法Go
- python3.5如何用classPython
- Django提示mysql版本過低:django.db.utils.NotSupportedError: MySQL 8 or later is required (found 5.7.26).DjangoMySqlErrorUI
- Neovim中提示Error: Required vim compiled with +pythonErrorUICompilePython
- 序號產生器給Keil註冊:ERROR R206: NO REGISTRY ACCESS, ADMINISTRATION RIGHTS REQUIREDErrorUI
- /lib64/libstdc++.so.6: version GLIBCXX_3.4.20 not foundC++
- conda support env+python versionPython
- /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not foundC++
- jQuery event.whichjQuery
- python3.5中cmp怎麼用Python
- Python3.5協程學習研究Python
- 玩轉 Python 3.5 的 await/asyncPythonAI
- Python報錯:TypeError: a bytes-like object is required, not ‘str‘PythonErrorObjectUI
- libc.so.6: version 'GLIBC_2.14' not found報錯提示的解決方案
- 豬行天下之Python基礎——3.5 字串Python字串
- python3.5為什麼不支援xpPython
- Ubuntu如何解除安裝Python3.5UbuntuPython
- 為Python 3.5及以上安裝Pygame模組PythonGAM
- Python 3.5 協程究竟是個啥Python
- BZOJ3659 : Which Dreamed It
- 3.5
- python_for_data_analysis_2nd_chinese_versionPython
- glibc解決“libc.so.6: version GLIBC_2.14 not found”報錯問題
- linux如何解除安裝python3.5LinuxPython