I am having problems with installing a python package (pandas) on Ubuntu 18.04 to a specific Python (3.6.5) distribution in Salome_meca located in:
/home/username/salome_meca/V2019.0.3_universal/prerequisites/Python-365/lib/python3.6/os.py
if I run:
sudo python3.6 -m pip install --install-option="--prefix=/home/username/salome_meca/V2019.0.3_universal/prerequisites/Pandas-120" pandas
It raises an error:
Requirement already satisfied: pandas in /usr/lib/python3/dist-packages
And I cannot import this module as the python (3.6.5) distribution in Salome_meca cannot find it, when I run the code in the Salome_meca invornment.