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

Installation problem #61

Open
sslupsky opened this issue Nov 2, 2024 · 2 comments
Open

Installation problem #61

sslupsky opened this issue Nov 2, 2024 · 2 comments

Comments

@sslupsky
Copy link

sslupsky commented Nov 2, 2024

I attempted to install and encountered the following error:

Homebrew is not installed. Please install Homebrew and try again.

Homebrew is installed and up to date:

stevenslupsky@barbie-en0 lg-tv-control-macos % brew --version
Homebrew 4.4.3
@sslupsky
Copy link
Author

sslupsky commented Nov 2, 2024

The problem is install.sh uses a non interactive shell which only parses .zshenv and does not parse .zprofile where the path to brew is set. You might want to remove the first line of the install script.

@sslupsky sslupsky closed this as completed Nov 2, 2024
@sslupsky sslupsky reopened this Nov 2, 2024
@sslupsky sslupsky changed the title Homebrew error Installation problem Nov 2, 2024
@sslupsky
Copy link
Author

sslupsky commented Nov 2, 2024

Turns out there is another installation issue related to the ws4py dependency. There are some python compatibility changes that are not included with the ws2py included with LGWebOSRemote. This generates a couple syntax errors during the installation of ws4py.

klattimer/LGWebOSRemote#172

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

1 participant