I have been trying to insatll 'svmutil' on Google Datalab using the following command -
%bash
pip install svmutil
I am getting the following error -
Collecting svmutil
Could not find a version that satisfies the requirement svmutil (from versions: )
No matching distribution found for svmutil
What can be the solution?