Answer the question
In order to leave comments, you need to log in
How to run Yandex Tank under Mac OS?
Good afternoon!
I'm trying to run yandex tank under mac os. I am guided by this article: habrahabr.ru/company/yandex/blog/202446
It says:
If you do not have Ubuntu (for example, I want to try it on MacOS), you can try downloading .deb and making .rpm out of it, but the most versatile way is to download the sources from github.
git clone https://github.com/yandex-load/yandex-tank.git
After creating the file, we simply launch the tank with the yandex-tank command. By default, it looks for a config named load.ini in the current directory.
Mac-mini-Expert:yandex-tank Konstantin$ python tank.py
Traceback (most recent call last):
File "tank.py", line 2, in <module>
from Tank.ConsoleWorker import ConsoleTank, CompletionHelperOptionParser
File "/Users/Konstantin/Projects/YandexTank/yandex-tank/Tank/ConsoleWorker.py", line 12, in <module>
from Tank.Plugins.ConsoleOnline import RealConsoleMarkup
File "/Users/Konstantin/Projects/YandexTank/yandex-tank/Tank/Plugins/ConsoleOnline.py", line 6, in <module>
from Tank.Plugins.Aggregator import AggregatorPlugin, AggregateResultListener
File "/Users/Konstantin/Projects/YandexTank/yandex-tank/Tank/Plugins/Aggregator.py", line 2, in <module>
from tankcore import AbstractPlugin
File "/Users/Konstantin/Projects/YandexTank/yandex-tank/tankcore.py", line 19, in <module>
import psutil
ImportError: No module named psutil
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question