Hi,
I’m trying to install the Datacenter App Performance Toolkit in my local DEV machine by flowing this guide: https://developer.atlassian.com/platform/marketplace/dc-apps-performance-toolkit-user-guide-jira
and I have the this error in two environnements Windows server 2016/Linux CentOS 7.
Flowing the guide, step by step, I installed:
- python 3.7
- pip3 9.0.3
- java 8
The error message is returned when I try to install requirements by using the command line
pip install -r requirements.txt
PS : In windows I’had the same kind of error but with this message although installing Microsoft C++ Build Tools and adding the installation directory to the windows path :
error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Also, I found this bug but not yet resolved:
Is there anyone who has already taken this step?
Thank you for your help.
Regards