LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fedora 23 docopt module not found (https://www.linuxquestions.org/questions/linux-software-2/fedora-23-docopt-module-not-found-4175580122/)

riganta 05-18-2016 03:43 PM

fedora 23 docopt module not found
 
I am trying to run a simple command line that requires dependencies module.
I have installed the dependencies
pip install requests docopt
ran the script -> ./generate-dnscrypt-cmdline. Everytime i get
ImportError: No module named 'docopt'
Requirement already satisfied (use --upgrade to upgrade): docopt in /usr/lib/python2.7/site-packages
any idea ?


All times are GMT -5. The time now is 07:05 PM.