Python 3rd party modules

I’m working on a Python script in Blender that would require a 3rd party library (module) to be installed.
I am having much difficulty with installing them. At first I wanted to install the module directly and havent succeed. Then I wanted to install Python PIP so I would use that to install the other modules i needed, failed again.
Can someone assist me with this problem I am having?