-
Notifications
You must be signed in to change notification settings - Fork 25
Description
[poriordan@wkst23 Documents]$ sudo pip3 install -U robotframework-redislibrary WARNING: Running pip install with root privileges is generally not a good idea. Try pip3 install --user` instead.
Collecting robotframework-redislibrary
Using cached https://files.pythonhosted.org/packages/14/3c/f1938727d6619e2c9c3947e1952a6676f0d4298b28e12c04ba8045e6ac6c/robotframework-redislibrary-0.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-sdkhyqcu/robotframework-redislibrary/setup.py", line 5, in
from RedisLibrary.version import VERSION
File "/tmp/pip-build-sdkhyqcu/robotframework-redislibrary/RedisLibrary/init.py", line 2, in
from .RedisLibraryKeywords import RedisLibraryKeywords
File "/tmp/pip-build-sdkhyqcu/robotframework-redislibrary/RedisLibrary/RedisLibraryKeywords.py", line 5, in
import redis
ModuleNotFoundError: No module named 'redis'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-sdkhyqcu/robotframework-redislibrary/
`
Getting this when trying to install. Using CentOS 8
and python 3.6.8