I am using MacOs Mojave and currently trying to run the project available on GitHub on this link. I have installed latest version of python(i.e. python 3.8) and currently facing issues while installing the requirements, mainly in scikit-learn. Either way I am getting the same error.
Kindly help me through out to run this project completely on my machine locally.
I've also raised an issue on the main GitHub page regarding this and still waiting for an adequate response.
When I tried to install cython according to the given instructions and available answer on stackoverflow I'm getting another big error page with python3.8 using command- pip3 install --upgrade cython as mentioned in an answer. I'm attaching that's error messages here.
This is the complete set of error that I'm getting after that.
Thanks in advance if anyone can get me through this project with python3.8
Thanks VonC for resolving the installation of cython. Now another error that I'm getting while installing scikit-learn with python3.8 in my system is:
scikit-learn installation error with python3.8
As answered by @VonC, I did tried to follow linkenter link description here and now while executing the command pip install --verbose --editable . I'm now getting
Please help me regarding this. I've installed LLVM OpenMP library using Homebrew