question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Several installation problems

See original GitHub issue

Following installation guide on a fresh linux mint install I got some missing dependency problems

1. Missing deps

Can be installed by executing:

pip install wheel
pip install enum

I don’t know much about python ecosystem, perhaps those deps could be added as project dependencies or at least document that in the installation guide

2. pip bin dir not in path

I had to manually add it in .bashrc

export PATH="$HOME/.local/bin/:$PATH"

3. /usr/bin/sh not found when executing cm-rgb-cli add-udev-rule

$ cm-rgb-cli add-udev-rule
sudo: /usr/bin/sh: command not found
Failed to create /etc/udev/rules.d/60-cm-rgb.rules

Quick & dirty workaround

sudo ln -s /bin/sh /usr/bin/sh

Hope this helps someone

Thanks for your great work!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
gfduszynskicommented, May 13, 2020

I’m happy it has worked for you. I’ll leave this issue open for now, I’ll update wiki on weekend.

1reaction
pladariacommented, May 13, 2020

I already did that:

$ cat /etc/udev/rules.d/60-cm-rgb.rules 
SUBSYSTEM=="usb", ATTR{idVendor}=="2516", ATTR{idProduct}=="0051", TAG+="uaccess", TAG+="udev-acl"

But was still requiring sudo, to avoid that, I had to add myself to the dialout group

sudo adduser <username> dialout

After restarting the session, everything works as expected

As a final note, some commands in README are using different (outdated?) parameter names

Thanks for your quick support!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >
Unable to Install Apps or Software on Windows? Here's What ...
If you're unable to install software on Windows 10 or Windows 11, here's how to fix common app installation problems.
Read more >
How to Fix the Most Common Windows 10 Installation Problems
How to fix the most common Windows 10 installation problems · Run the Windows Update troubleshooter · Low disk space · ISO image...
Read more >
12 irritating Windows 10 installation issues, and how to fix them
Having trouble installing and setting up Windows 10? You aren't alone. Here are a dozen-plus of the most common problems, along with a...
Read more >
[SOLVED] Windows 10 Could Not Complete the Installation + ...
Some people complain that they encounter the issue of Windows could not complete the installation after update. This post shows you the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found