chestm007 / linux_thermaltake_riing

Python driver and daemon to control thermaltake Riing fans and pumps
GNU General Public License v2.0
59 stars 25 forks source link

Manjaro Install Issue #30

Closed JCP281 closed 5 years ago

JCP281 commented 5 years ago

Describe the bug Upon trying to install the package off AUR (running Manjaro) I get a failed to commit transaction error saying that there are conflicting files:

conflicting files: python-yaml: /usr/lib/python3.7/site-packages/PyYAML-5.1.1-py3.7.egg-info already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/init.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/init.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/composer.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/constructor.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/cyaml.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/dumper.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/emitter.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/error.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/events.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/loader.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/nodes.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/parser.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/reader.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/representer.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/resolver.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/scanner.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/serializer.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/pycache/tokens.cpython-37.pyc already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/composer.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/constructor.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/cyaml.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/dumper.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/emitter.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/error.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/events.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/loader.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/nodes.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/parser.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/reader.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/representer.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/resolver.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/scanner.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/serializer.py already exists in filesystem python-yaml: /usr/lib/python3.7/site-packages/yaml/tokens.py already exists in filesystem

I am stuck here. I am running Manjaro version 18.0.4 with Gnome. Other than that, stock install. I am new to linux so this might be an easy one to solve.

PIP is installed as well as Python 3.7.

chestm007 commented 5 years ago

it looks like you have yaml (possibly pyyaml) installed directly via pip. sudo pip uninstall pyyaml and then rerunning the install of this package by whatever aur helper you use should fix it. :)

JCP281 commented 5 years ago

Worked beautifully. Thanks for the help!

chestm007 commented 5 years ago

Awesome! :)