Click here to Skip to main content
15,894,539 members

Comments by vishesh rocks (Top 5 by date)

vishesh rocks 11-Dec-20 1:22am View    
none of it works although this problem occurs only with seaborn not with any other module
vishesh rocks 10-Dec-20 2:16am View    
i have not set up any environment in python. and there cant be anything wrong with the code because when running
import seaborn as sns also i get the same error.
vishesh rocks 9-Dec-20 0:25am View    
Deleted
i have not set up any environment in python. and there cant be anything wrong with the code because when running
import seaborn as sns also i get the same error.
vishesh rocks 8-Dec-20 4:02am View    
that is what I dont know and that's why I am asking for help
vishesh rocks 7-Dec-20 4:58am View    
I am not using the smtplib package. and i also dont have any email files in my local code/directory
this was the code I had used with the seaborn module just to check if seborn is working:-
import seaborn as sns
df = sns.load_dataset("penguins")
sns.pairplot(df, hue="species")
and then got the error