Skip to content

Instantly share code, notes, and snippets.

@alastorid
Last active December 21, 2019 02:30
Show Gist options
  • Save alastorid/29204c6a3ec3d5277a016e1c773dd3b2 to your computer and use it in GitHub Desktop.
Save alastorid/29204c6a3ec3d5277a016e1c773dd3b2 to your computer and use it in GitHub Desktop.
Installing solaar-The Centos\RHEL 7 way
git clone [email protected]:alastorid/Solaar.git
cd Solaar
sudo pip install ./
sudo ./rules.d/install.sh
@poleguy
Copy link

poleguy commented May 3, 2019

Sweet! This worked! I was expecting failure...
I did this though: (on Centos 7 as my user, not root)

git clone https://github.com/alastorid/Solaar.git
cd Solaar
rules.d/install.sh
bin/solaar &

The pip install failed with:

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-WP1HqK-build/setup.py", line 11, in <module>
    from solaar import NAME, __version__
ImportError: No module named solaar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment