Hi,
CentOS 7 / Centreon 22.10.14
i want to start / Test a python script.
/usr/bin/env python3 /tmp/Query.py
Error:
ModuleNotFoundError: No module named 'requests'
python --version
Python 2.7.5
What can i do ?
Thanks
Hi,
CentOS 7 / Centreon 22.10.14
i want to start / Test a python script.
/usr/bin/env python3 /tmp/Query.py
Error:
ModuleNotFoundError: No module named 'requests'
python --version
Python 2.7.5
What can i do ?
Thanks
Hi,
Have you tried?
sudo pip3 install requests
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.