Jump to content

Recommended Posts

Posted

Install 'pandas', 'numpy', 'scipy'

 

Installed.

 

'seaborn'

 

Seaborn requires tkinter, and tkinter requires a GUI. The only way you're going to get a GUI is if you go to the data center and hook up a monitor to the server. Are you sure this is what you need?
Posted

Actually I need seaborn just to impove the appearance of graphical plots. So I don't need GUI and am not going to use tkinter package.

Is it however possible to install it?

Posted

No, tkinter has to be built into python during compile. Seaborn will only give errors when imported without tkinter. You'll need to figure out a better way.

Guest
This topic is now closed to further replies.
×
×
  • Create New...