NameError:名称“rubberBand”未定义

NameError:名称“rubberBand”未定义

我正在使用 Kubuntu 20.10 + python 3.8.5。我收到此错误:

NameError: name 'rubberBand' is not defined

我遵循了以下指南:https://stackoverflow.com/questions/59899103/python-3-6-how-to-install-rubberband为了安装橡皮筋而没有任何成功!!有人以某种方式成功安装了它吗?

更新(2021 年 8 月 7 日):我使用了以下解决方案,但没有任何效果:

  1. sudo pip3 安装 pyrubberband
  2. sudo pip3 安装 rubberband-cli
  3. a) sudo apt update b) sudo apt-get install libsndfile-dev c) sudo apt-get install librubberband-dev d) sudo python 3 -m pip install numpy (rubberband 所需)
  4. sudo pip3 安装 rubberband
  5. a) python3 -m pip 下载 rubberband 并解压 tar.gz 文件。b) 编辑 rubberband-1.0.2/src/numpy.cpp - 在文件顶部添加 #include。c) cd rubberband-1.0.2 然后运行 ​​python3 -m pip install 。(或您正在使用的任何 python 版本)

有更好的主意吗?或者为什么我会收到前面提到的消息?

相关内容