I am currently using Linux Ubuntu 16.04 and python as the language. I am trying to convert an XLSX file to pdf and I came across this question with answer. Python - Converting XLSX to PDF.
One of the answer requires me to install pandas and also wkhtmltopdf and use them to convert the files into pdf format.
I tried installing pandas but after installing pandas, I am face with builtins.ImportError: No module named 'pandas'.
So far I have tried this solution but it did not work for me.
ImportError: No module named pandas
Is it possible for me not to also install Anaconda to help me.
Can someone guide me through this.
Thanks!