دنبال کننده ها

۱۳۹۶ اسفند ۱۲, شنبه

I cant get my Python script to import RoboBrowser?

[ad_1]



so I installed Robo Browser with the below command



sudo -H pip install robobrowser


which then gives me a bunch of "Requirement already satisfied" outputs (probably since I've tried installing it multiple times now)



Then I go to my file and run



python myscript.py


which then gives me the below error output



Traceback (most recent call last):
File "myscript.py", line 8, in <module>
import robobrowser
ImportError: No module named robobrowser


Does anyone know why python wont recognize that I have robo browser Installed and how I can go about fixing it?



Additional Notes




  • When I type in the comman pip list I don't see robo browser listed




[ad_2]

لینک منبع