uzh-rpg/rpg_trajectory_evaluation

AttributeError: 'module' object has no attribute 'FullLoader'

Opened this issue · 4 comments

Got this yamel.load error when evaluating the code
Solved the issue by installing a newer version of the dependency with:
pip install PyYAML ==5.1

Got this yamel.load error when evaluating the code
Solved the issue by installing a newer version of the dependency with:
pip install PyYAML ==5.1

Hi, I faced the problem exactly the same as yours. I tried to install PyYAML 5.1 but failed.

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

Could you give some insight? Thanks!

Yes, @DorisHX

Thanks very much

pip install PyYAML ==5.1 ,it seems there should not a space betwwen 'PyYaml' and '==‘.