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

Unable to Install Tool #47

Open
KyleStilkey opened this issue Dec 4, 2024 · 1 comment
Open

Unable to Install Tool #47

KyleStilkey opened this issue Dec 4, 2024 · 1 comment

Comments

@KyleStilkey
Copy link

KyleStilkey commented Dec 4, 2024

When trying to install this tool I am given an error below.

E: An error has occurred
E: RuntimeError: Couldn't find embeddable package URL
E: |-- File "ltchiptool\gui\work\base.py", line 24, in run
E: |-- File "ltchiptool\gui\work\install.py", line 31, in run_impl
E: |-- File "ltchiptool\util\ltim.py", line 93, in install
E: |-- File "ltchiptool\util\ltim.py", line 181, in _install_python_windows

I'm going to take a guess the python path has changed and is causing the install to fail.

EDIT: I can see they pushed out Python 3.11.11 about 24 hours ago and no installer was provided and could be the reason why the tools not installing as it's failing to get the update, this is what the installing script seems to be looking for.

@kuba2k2
Copy link
Member

kuba2k2 commented Dec 4, 2024

The latest version 4.11.3 contains the fix, however I've been unable to build an EXE package yet.
If you want to install the tool, do this:

pip install --upgrade ltchiptool[gui]
python -m ltchiptool.util.ltim

This will install it to a directory called ltchiptool in portable version.

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