-
Notifications
You must be signed in to change notification settings - Fork 355
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
Comments
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! |
I‘ve installed ruamel.yaml and updated PyYAML v5.1. And it works.
pip install PyYAML==5.1
or you can try ’wget‘ to update.
…Sent from my iPhone
On Dec 31, 2019, at 10:40, YangSiri ***@***.***> wrote:
Hi, @danieasv @DorisHX
I also faced this problem. I think its sth about the yaml lib which may relate to pip install ruamel.yaml.
I also tried pip install PyYAML ==5.1 but it said ERROR: Invalid requirement: '==5.1'. Personally i have both py2 and py3. Though i pip installed the above lib, it still didnt work.
Looking forward to your help.
THANKS
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes, @DorisHX Thanks very much |
|
Got this
yamel.load
error when evaluating the codeSolved the issue by installing a newer version of the dependency with:
pip install PyYAML ==5.1
The text was updated successfully, but these errors were encountered: