Skip to content

Tag: python

Cannot install Flask with pip on my Raspberry Pi

I am trying to install Flask on my Raspberry Pi, but it seems that this is not possible anymore with the command: sudo pip install flask . I always return this message: Does anybody have an idea what’s going wrong? Answer This problem is described here. In short, the fix is to set date correctly, eg: su…

Can not INSERT INTO Postgresql

simplechan In other words, I installed a message board named simplechan, but I can not log in to a site dedicated to the administrator. Because you need a password to get there. I do not know the password. I entered in psql as follows In “simplechan/sql/create_table_query.sql” it was drawn as foll…

Change Anaconda Interpreter

My system has a set-up python environment (2.7) to work with certain programs, and I also want to install Miniconda3 for Python 3.6. When I call python in terminal, it will start the system python from /usr/bin/python. To achieve this, I removed the python symbolic link in ~/miniconda/bin/. Now, when I execut…