No module named 'seaborn'
Humphrey
Forums
Hello all,
I created a script in python which is supposed to generate a Bar chart using matplotlib. The module I am using for visualization is seaborn. While the script works perfectly when i invoke it from the editor and from command prompt, it gives the error 'No module named seaborn' whi i invoke it inside a macro. The module is however installed and working fine even when used in other scripts. I have spent three days trying to figure out whatthe problem could be to no avail.
Anyone who experienced this problem and was able to fix it?
I am using Python 3.6.8 64 bit and Version 11.3 of Idea, also 64 bit
No line numbers are indicated
No line numbers are indicated where errors are noted. I shall have to shelve this for now. A Caseware partner shall give training on Python in the next two weeks and I shall raise the question to the trainer. Shall get back to you once i learn how to fix it.