Windows下使用python庫 curses遇到錯誤訊息的解決方案
在Windows系統下執行python應用時,有時會遇到錯誤資訊:
ModuleNotFoundError: No module named '_curses'.
然而檢視Windows系統裡python安裝檔案,發現在Lib資料夾裡確實有一個名為curses的子資料夾,裡面也存放了curses庫對應的實現,為什麼還是會報找不到_curses這個mobule的錯誤訊息呢?
原來,這個問題的根源是curses庫不支援Windows作業系統,因此如果您用Windows作業系統並且確實需要用curses庫,那得另想辦法。
我提供了一種解決方案。首先執行python命令,得到當前我的python版本是3.7.0.
然後開啟這個連結:
下載和您的python版本對應的curse庫。對於我來說,因為我的python版本是3.7.0, 因此需要下載curses-2.2+utf8-cp37-cp37m-win32.whl.
下載完畢後,使用pip install "curses-2.2+utf8-cp37-cp37m-win32.whl"進行安裝,成功安裝後問題解決。
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2215423/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決Python中使用requests庫遇到的身份驗證錯誤Python
- Linux下錯誤解決方案Linux
- Python curses庫如何使用Python
- 使用 SAP fiori-tools-proxy 時遇到的錯誤訊息 - invalid version
- Windows下make clean指令錯誤[錯誤碼2](系統找不到指定檔案)的解決方案Windows
- 使用Aihubmix API 服務中遇到錯誤與解決AIAPI
- 使用 Excel cdata addin 連線 SAP ABAP 系統時遇到錯誤訊息Excel
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- python 用traceback列印錯誤訊息(轉)Python
- 關於使用 git 命令列時遇到的錯誤訊息 unable to get local issuer certificateGit命令列
- 使用 http-proxy 代理 HTTP 請求時遇到的 the requested url is invalid 錯誤訊息HTTP
- latex 錯誤以及解決方案
- iOS路上遇到的錯誤及解決辦法iOS
- windows 電腦下使用pyenv安裝python太慢 完美解決方案WindowsPython
- 解決 Python UnicodeEncodeError 錯誤PythonUnicodeError
- 使用 cf push 部署應用到 SAP BTP 時遇到錯誤訊息 No domains exist for routeAI
- 解決 Angular 官網下載的庫 Schematics 執行 npm run build 時遇到的編譯錯誤AngularNPMUI編譯
- RocketMQ訊息丟失解決方案:事務訊息MQ
- 使用SAP CRM中介軟體從ERP下載Customer的錯誤訊息
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- ORA-28000錯誤解決方案
- 使用 Spring Boot 提供API錯誤訊息的好方式Spring BootAPI
- 解決MyQL資料庫中1045錯誤的方法——Windows系統(轉)資料庫Windows
- ORACLE匯入遇到ORACLE錯誤959解決方法Oracle
- mongodb和python互動遇到的錯誤MongoDBPython
- RabbitMQ:訊息丟失 | 訊息重複 | 訊息積壓的原因+解決方案+網上學不到的使用心得MQ
- Hadoop常見錯誤及解決方案Hadoop
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- PbootCMS中常見的錯誤提示及其解決方案boot
- SSL錯誤ssl connect error 35的解決方案Error
- Intellij IDEA使用@Autowired註解,出現could not autowire錯誤,解決方案IntelliJIdea
- Angular No provider for EffectsRootModule錯誤訊息AngularIDE
- SAP錯誤訊息除錯之七種武器:讓所有的錯誤訊息都能被定位除錯
- 什麼是好的錯誤訊息?
- 部署 SAP UI5 應用到 SAP BTP 時遇到的 fiori not found 錯誤訊息UI
- DG使用中遇到的幾個錯誤
- 使用React Hooks時遇到的錯誤提示ReactHook
- Eclipse中使用Mybatis Generator遇到的錯誤EclipseMyBatis