resolve_containers_in_preset.py requires installation of module 'requests' #104
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#104
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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'
Looks like it doesn't depend on python version,
requests
module must be installed: https://stackoverflow.com/questions/17309288/importerror-no-module-named-requestsrequests
#105