Selenium Python - Issue importing from paver

Hello

Has anyone here ever used/heard of paver?

Iโ€™m trying to run a bash script on OSX which runs fine on a Linux (Ubuntu) machine - it runs our automated testing scripts for a project. It goes through a feature file then immediately follows the next one so we donโ€™t need any human interference to kick off the next set of features. It also runs two tests concurrently and outputs to a csv file.

When I try to run my script, it is saying cannot import name 'dry' from 'paver.easy' but the package is definitely installed on my machine. Iโ€™m using python 3.7 which is the same as what is on the Linux machine.

Has anyone else had this issue before?

Iโ€™ve tried pip uninstalling and reinstalling the paver package to no avail.

Thanks!