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 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.

1

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Alexander Ross

Alexander Ross

Gaming, Esports & Interactive Media Writer

Alexander Ross has covered the video game industry for a decade, writing deep dives on game design, esports tournaments, VR developments, and gaming culture.

Share this article
Twitter Facebook Pinterest