我收到此错误:AttributeError: module 'midi' has no attribute 'read_midifile'
我已经尝试了GitHub上提供的所有解决方案。
我还尝试重新安装模块,python3的最佳建议解决方案是:
pip install git+https://github.com/vishnubob/python-mid i@feature/python3
但是,它仍然给了我这个错误。
提前致谢。
答案 0 :(得分:1)
我和你有同样的问题。
然后我用这个解决了问题。试试这个!
pip3安装git + https://github.com/vishnubob/python-midi@feature/python3
或
pip安装git + https://github.com/vishnubob/python-midi@feature/python3