-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
failed to executre after locally installed #4
Comments
Hello Thummim, My guess is that your local machine has not completed the installation successfully due to a missing C interpreter. I would suggest to use the prepackaged docker images to avoid all that hassle as described in the README.md, but if local install is absolutely necessary, try installing the relevant
Hope this helps! |
Thank you for your kind reply. is it possible to you to make it support pip install? |
Hello Thummim, Possible certainly, but our initial thinking was that most people would use the exporter containerized in actual environments, or instrument the setup.py install through Ansible, Terraform etc. customized scripts. This also would ease the maintenance burden, since we would not have to deal with distribution peculiarities on different architectures, OSes, etc. If you think that your use case depends on having a PyPI installable wheel, please close this issue and open a specific issue for that, so I can attach a PR to it. I will try to allocate some time to it, but I can't guarantee when it will be done. Thanks! |
Thank you for your answer, my goal is to install this tool throught Ansible, but I keep fail at the same part. the build-essential cannot be installed because of following error
Could you try at new machine to install and check if it is only my local machine's problem? Thank you for your kind reply! |
Hello Thumim, My guess is that you have some held packages that are broken (?). Try to debug using:
My guess is that the Hope this works! |
I have done installation locally, but there was an error at the installation
but I get this error when I try to use it
and this was the error message at the installation
The text was updated successfully, but these errors were encountered: