I downloaded the older clipper 1.3 that works with Python 2.7 and installed. clipper -h works as expected. But when I run the pipeline I get an error about scipy.
pkg_resources.DistributionNotFound: The 'scipy>=0.11.0' distribution was not found and is required by clipper
but according to pip
Requirement already satisfied: scipy in local/lib/python2.7/site-packages (1.2.3)
I downloaded the older clipper 1.3 that works with Python 2.7 and installed. clipper -h works as expected. But when I run the pipeline I get an error about scipy.
pkg_resources.DistributionNotFound: The 'scipy>=0.11.0' distribution was not found and is required by clipper
but according to pip
Requirement already satisfied: scipy in local/lib/python2.7/site-packages (1.2.3)