resolve_containers_in_preset.py requires installation of module 'requests' #104

Closed
opened 2023-11-09 13:41:55 +00:00 by mmalygina · 1 comment
Member

Currently can't start s3local.js scenario, fail on resolve containers in preset, need to install python module 'requests'
service@mmalygina-node1:/etc/k6$ /etc/k6/scenarios/preset/resolve_containers_in_preset.py --endpoint https://172.26.161.36:8080 --preset_file /etc/k6/preset.json Traceback (most recent call last): File "/etc/k6/scenarios/preset/resolve_containers_in_preset.py", line 5, in <module> import requests ModuleNotFoundError: No module named 'requests'

Currently can't start s3local.js scenario, fail on resolve containers in preset, need to install python module 'requests' ` service@mmalygina-node1:/etc/k6$ /etc/k6/scenarios/preset/resolve_containers_in_preset.py --endpoint https://172.26.161.36:8080 --preset_file /etc/k6/preset.json Traceback (most recent call last): File "/etc/k6/scenarios/preset/resolve_containers_in_preset.py", line 5, in <module> import requests ModuleNotFoundError: No module named 'requests' `
dstepanov-yadro self-assigned this 2023-11-17 08:28:54 +00:00

Looks like it doesn't depend on python version, requests module must be installed: https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests

Looks like it doesn't depend on python version, `requests` module must be installed: https://stackoverflow.com/questions/17309288/importerror-no-module-named-requests
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/xk6-frostfs#104
No description provided.