无法在Debian WSL中为Python安装mlpy

时间:2020-01-28 22:31:54

标签: python python-3.x linux machine-learning

由于各种错误,我正在尝试安装mlpy3.5.0,但无法使其正常工作。

我正在Debian WSL中的Python 3.7.3上安装它。我正在VirtualENV内进行此操作,但也尝试将其安装在外部,发生相同的问题。

最初安装它时,由于缺少GSL导向器,我会得到一个错误。我使用Miniconda3然后安装gsl,但遇到了新的障碍:

每当我尝试安装它时,无论是通过python3 setup.py install还是pip3 install machine-learning-py(与mlpy相同的结果),我都会收到以下错误,随后还会出现一些其他非常相似的错误。

mlpy/gsl/gsl.c: In function ‘__Pyx_GetException’:
mlpy/gsl/gsl.c:4027:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?
     tmp_type = tstate->exc_type;
                        ^~~~~~~~

这使我没有任何见识,可悲的是,我到达了疯狂的软件包的地步,谷歌不再提供更多结果。

任何帮助或见解将不胜感激,谢谢!

0 个答案:

没有答案