Open thomasaull opened 10 months ago
I just tried to install linak-controller by running:
linak-controller
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
multidict
Anyway I solved it by installing the python-devel package. Maybe this could be added to the troubleshooting section of the docs?
python-devel
I just tried to install
linak-controller
by running: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-errorAnyway I solved it by installing the
python-devel
package. Maybe this could be added to the troubleshooting section of the docs?