PyRep
PyRep copied to clipboard
ImportError: cannot import name 'PyRep' from 'pyrep'
I download the code zip in github , and use 'python setup.py install' in my terminal.After that ,when I input 'from pyrep import PyRep',it can't work and meet this error:'ImportError: cannot import name 'PyRep' from 'pyrep' (/home/czj/anaconda3/envs/hdp/lib/python3.10/site-packages/pyrep-3.2.0-py3.10.egg/pyrep/init.py)'.