I've been trying to use the ROS(Robot Operating System) using this page:
In the link it makes you use turtle sim it seemed to work fine with me without any errors.
In the 4th step(install rqt),i get this error:
`INPUT: RQT
OUTPUT: ImportError for 'pyqt': No module named 'PyQt5' ModuleNotFoundError: No module named 'PyQt5' ModuleNotFoundError: No module named 'PySide2'`
There was more lines of error but it seemed irrelevant to me because it only says file names. I'm using python version 3.8.3 and qt version 5.12.12.
I downloaded the qt manually in their website.Didn't use:
pip install PyQt5
And i don't exactly remember now but someone said something about local files of pyhton but i had none of them: screenshot of C:\Users\Boran\AppData\Local\Programs It supposed to be Pyhton files in here. Also there is no problem about python it works fine and i used talker and listener(pyhton coded applications of ROS.) and they worked fine.