denkorzh Posted June 19, 2017 Posted June 19, 2017 Hello.Install 'pandas', 'numpy', 'scipy' and 'seaborn' for Python 3.6 at Ricky please. Thanks a lot.
wolstech Posted June 19, 2017 Posted June 19, 2017 This support request is being escalated to our root admin.
Krydos Posted June 19, 2017 Posted June 19, 2017 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?
denkorzh Posted June 23, 2017 Author Posted June 23, 2017 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?
Krydos Posted June 23, 2017 Posted June 23, 2017 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.
Recommended Posts