Python 库兼容性问题-fromstring() has been removed. Please call frombytes() instead.原因及解决办法
生活随笔
收集整理的這篇文章主要介紹了
Python 库兼容性问题-fromstring() has been removed. Please call frombytes() instead.原因及解决办法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
使用 VideoCapture 運行程序時報錯了:fromstring() has been removed. Please call frombytes() instead.
原因是 VideoCapture 在 python2.x 系列時就開始支持的庫,后來到了 python3.x 系列對應的庫雖然很多東西已經適配了,但是還是存在一些小的兼容性問題。 報錯的原因給的也很清晰,就是讓我們把 fromstring 用 frombytes 替換掉。
那我們就來替換。
第一步, 在我們安裝 python 目錄下的 ..\Lib\site-packages\VideoCapture 里找到 __init__.py 文件,打開。
第二步, 找到 fromstring,把它改為 frombytes 就好了。
喜歡的點個贊?吧!
總結
以上是生活随笔為你收集整理的Python 库兼容性问题-fromstring() has been removed. Please call frombytes() instead.原因及解决办法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python知识点笔记-面向对象进阶篇
- 下一篇: Python 库升级问题-module