You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: