Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danieasv opened this issue Dec 16, 2019 · 4 comments
Open

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

danieasv opened this issue Dec 16, 2019 · 4 comments

Comments

@danieasv
Copy link

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

@DorisHX
Copy link

DorisHX commented Dec 26, 2019

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!

@DorisHX
Copy link

DorisHX commented Dec 31, 2019 via email

@YangSiri
Copy link

Yes, @DorisHX

Thanks very much

@jingshaojing
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants