Every time I use lightning cli I have receive the warning below:
user $ lightning
warnings.warn(
INFO: Lightning is running from outside your current environment. Switching to your current environment.
The lightning package is not installed. Would you like to install it? [Y/n (exit)]: Y
INFO: ⚡ RUN: pip install lightning
/usr/bin/python2.7: No module named pip
We encountered an unexpected problem while checking your environment.We will still proceed with the command, however, there is a chance that errors may occur.
Is there a way to correctly install the lightning package such that this warning disappears?
Thanks