Raspi/Linux noob here.
Due to compatibility issues with another program, I need to install an older version of pymongo. 3.5.1 to be more specific.
I have used pip3 for the pymongo install. So, based on advice I found online, I tried:
sudo pip3 install pymongo==3.5.1
But this gives the error message Could not find any downloads that satisfy the requirement.
Does anyone know what I'm doing wrong? Or how to install a specific version of pymongo?