-
Notifications
You must be signed in to change notification settings - Fork 57
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
failed to run on ubuntu #41
Comments
The error means it failed to import libpq driver which is C-compiled so depends on platform architecture. Do you have 32bit or 64bit version of Ubuntu? The available build is only for x64 |
64bit
|
Something went wrong during compilation of libpq binding.
If version is OK try to recompile libpq binding:
Expected output would be smth like:
If the compilation fails ensure you have picked by your shell the environment variables
Also ensure you have
|
it worked, i don't know what was wrong thanks, great app |
|
i get this when i run "electron ."
and the application just opens in an empty window
The text was updated successfully, but these errors were encountered: