We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: