I want to install scikit-bio in my windows 10 OS.
But whenever I ran the command pip install scikit-bio
, I got the error message related with "Failed to building wheel for hdmedians".
I searched the similar questions, and upgraded pip(20.3), wheel(0.36.0) and setuptools(50.3.2) with up-to-date versions, but it did't work. I got the same message as followed
and after this error message, another error came
How can i solve this issue?