Forums

Installing some packages in miniconda2

Hi, I have miniconda2 installed, and I want to install the following packages: python-qt4 python-qscintilla2 python-qt4-gl python-vtk python-qwt5-qt4 python-dev

Any suggestion?

Thanks

Why on earth would you want to install qt components (for a gui) in a headless server environment?

HI there, @Dutchmo is right, PythonAnywhere is a "headless" environment, ie it doesn't have access to a GUI -- it has no way of displaying any graphics or windows on your screen, apart from the text console. Most of those packages look to be GUI packages. Still, sometimes there are good reasons to want to run those sorts of libraries anyway. What were you planning to do with them?