rhyst / linak-controller

A Python script to control Linak standing desks.
MIT License
359 stars 50 forks source link

Install of multidict failed → Update docs? #87

Open thomasaull opened 10 months ago

thomasaull commented 10 months ago

I just tried to install linak-controller by running:

python -m pip install linak-controller

and got an error at the install of multidict. I don't have the error logs anymore, but it was the same or similar to this: https://forum.developers.symphony.com/question/1507074718375612416/building-wheel-for-multidict-pyproject-toml-error

Anyway I solved it by installing the python-devel package. Maybe this could be added to the troubleshooting section of the docs?