Python 安装pywafo getting"&书信电报;名称>;此平台上没有受支撑的车轮”;

Python 安装pywafo getting"&书信电报;名称>;此平台上没有受支撑的车轮”;,python,pip,Python,Pip,我已尝试安装: 但我得到了: $ pip3 install dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform. 不知道为什么会这样。我做错了什么?来自dist/wafo-0.3.1.post0.dev41+g

我已尝试安装:

但我得到了:

$ pip3 install dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl 
wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl is not
a supported wheel on this platform.

不知道为什么会这样。我做错了什么?

来自
dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux\u x86\u 64.whl
cp27表示CPython 2.7版。看起来您正在使用Python3.x。您需要使用Python2.7 virtualenv,或者找到.whl的
cp3x版本。

您解决了安装问题了吗?@andrew Hi!我还没来得及检查你的解决方案。但我会在下周这样做,并让你知道它是否有效!谢谢你的帮助!你好看来这是我的错。我无意中使用了Python2编译器,在修改问题时作弊了。使用Python3,我现在得到了一个
wafo-0.3.1.post0.dev41+gea2edc1-cp35-cp35m-linux\u x86\u 64.whl
。但是,现在我得到的是
FileNotFoundError:[Errno 2]没有这样的文件或目录:“llvm config”
。你知道我为什么需要pywafo的LLVM吗?这是另一个问题。听起来像是安装Python Numba的问题,看起来您可以使用Conda来解决这个问题。不确定过去
$ pip3 install dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl 
wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl is not
a supported wheel on this platform.