I am trying to install mlpy3.5.0 but am unable to get it to work, due to a variety of errors.
I am installing it on Python 3.7.3 in a Debian WSL. I am doing this inside a VirtualENV, but have also tried installing it outside of it with the same issues occuring.
Originally when installing it, I would get an error due to lack of a GSL director. I used Miniconda3 to then install gsl but have reached a new roadblock:
Whenever I try to install it, whether it be through python3 setup.py install
or pip3 install machine-learning-py
(same result with mlpy) I receive the following error, followed by several more very similar errors.
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;
^~~~~~~~
This gives me no insight and, sadly, I have reached the point of insane packages where Google provides no more results.
Any help or insights would be appreciated, thanks!