Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL widget problem #51

Open
MatejKovacic opened this issue Mar 6, 2017 · 1 comment
Open

SQL widget problem #51

MatejKovacic opened this issue Mar 6, 2017 · 1 comment

Comments

@MatejKovacic
Copy link

I am using Ubuntu 16.04.1 LTS and installed Orange with the following commands:
sudo apt-get install python3-pip
sudo pip3 install orange3
sudo apt install python3-pyqt5
sudo apt install python3-pyqt5.qtwebkit
sudo apt install python3-pyqt5.qtsvg
sudo pip3 install psycopg2

Then I run orange-canvas and add SQL widget. It draws warning icon and when I open it, it says:
invalid port number: "None"

This can be solved if you enter this to the "server field":
127.0.0.1:5432

My suggestion is if there is no port specified from the user, Orange should use default port (5432), or - there should be another field named port in SQL widget.

And there is another problem: SQL widget says "permission denied to create extension "tsm_system_time".
The problem is, if I connect to psql as postgres user and say CREATE EXTENSION tsm_system_time;, I got an error: extension "tsm_system_time" already exists.

It seems this extension is already installed. Any idea how to solve this?

@pranavvij
Copy link

Any update on this ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants