< p >这可能是当天晚些时候回答。我有一个wafo”表面上工作”在windows和python 3.7.1 10:然而,到目前为止我只访问波谱模式。我使用的配方是< / p > < ol > <李>克隆回购李< / > <李> pip安装版本2 < /李> <李>导航到克隆文件夹< /李> <李>版本2。李李- w < / > < >文件夹复制到src /网站/ wafo wafo文件夹< /李> <李>打开cmd。李exe或更好的东西例如ConEmu < / > < >李假设您的python。exe是在你的路径。类型……李python - c“进口wafo”< / > <李>然后依次解决每一个问题……< /李> < / ol > < p >没有许多问题解决如果你所需要的是波谱模式。我花了一个小时才破解源代码访问这些。如果你需要访问整个套件的功能,继续的方法。您可能需要重新编译c库,如果他们是必要的。 Sorry I can't provide a comprehensive list of the changes I made to get wafo to import. Here are the ones I remember
- It will complain about "import scipy.lib.six". Change to "import six" (install it)
- It will complain about scipy's piecewisepolynomial. Change to PPoly
- It will complain some version checks ... set to True as your module versions are no-doubt much newer than the versions 5 years ago.