-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot lauch Tide on Linux #76
Comments
see issue #67 , its about permissons for the resources folder, that seems to solve it |
Hello! I am also unable to make Tide work on linux. It looks like its a different problem to the OPs, if that is the case let me know and i can open a new issue. |
I tried installing from the terminal, and I got the following: (Reading database ... 201300 files and directories currently installed.)
Preparing to unpack Tide-0.5.8-amd64.deb ...
Unpacking tide (0.5.8-173) over (0.5.8-173) ...
dpkg: dependency problems prevent configuration of tide:
tide depends on python2.7; however:
Package python2.7 is not installed.
tide depends on python-cryptography; however:
Package python-cryptography is not installed.
dpkg: error processing package tide (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Errors were encountered while processing:
tide So it looks like it needs a specific version of python (python2.7) which is not there, plus one dependency (python-cryptography) |
Hey @billkouts ! You might try installing those dependencies manually, it's possible they're still available via As for Python 3… Upgrading Tide to use it would be one part, you'd also need to update tingbot-python to use it, and the Tingbot OS, if you're using the hardware too. It's not something that I have time for at the moment, but everything is open source, so feel free to give it a go yourself if you're interested. I'm happy to provide pointers if needed. |
Used Package: https://github.com/tingbot/tide-electron/releases/download/v0.5.7/Tide-0.5.7-amd64.deb
When trying to launch Tide it just throws an error, which appears to be a problem with the electron builder used:
electron-userland/electron-builder#2958
The text was updated successfully, but these errors were encountered: