Python Pyrobot Module Giving Error
I Installed the Pyrobot Module Through Pip, but Is Still Getting This Error. This Is in Anaconda. How Do I Solve It? 1 Answer I Have Noticed This Problem as...
I installed the pyrobot module through pip, but is still getting this error. This is in anaconda.
How do I solve it?
1 Answer
I have noticed this problem as well.
When you have a look inside your site-packages/pyrobot you will notice the forms folder is missing, however, when you have a look at the original github repo you can see this folder.
You can try manually copying the forms folder into site-packages/pyrobot. Please be aware when you manually copy the folder, pip uninstall pyrobot will not delete what you copied. So you have to manually delete as well.
Im not sure. Should not it be from pyrobot import RoboBrowser instead of from pyrobot import Robot?
Answer updated:
lol, It is confusing because
and have same name but are different library.
pip install pyrobot installs but if Im not mistaken what you want is this .
If so, you can just directly copy one file pyrobot.py from into your project source directory and use it.
Unfortunately I can not test it because it is a windows only library.