Skip to content
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

Docker build fails due to missing requirements #350

Open
spaceman83 opened this issue Jan 4, 2023 · 1 comment
Open

Docker build fails due to missing requirements #350

spaceman83 opened this issue Jan 4, 2023 · 1 comment

Comments

@spaceman83
Copy link

Traceback (most recent call last):
File "/usr/local/bin/vmware_exporter", line 5, in
from vmware_exporter.vmware_exporter import main
File "/usr/local/lib/python3.7/site-packages/vmware_exporter/vmware_exporter.py", line 21, in
import requests
ModuleNotFoundError: No module named 'requests'

adding
requests
to the end of requirements.txt and rebuilding seems to solve it for me

@spaceman83
Copy link
Author

I see that this was also proposed as a solution in a pull request #345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant