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

5.4 causes issue in connexion #479

Closed
wang31 opened this issue Jan 20, 2021 · 1 comment
Closed

5.4 causes issue in connexion #479

wang31 opened this issue Jan 20, 2021 · 1 comment

Comments

@wang31
Copy link

wang31 commented Jan 20, 2021

connexion includes PyYAML >= 5.1
After 5.4 release today, this error occurs. It was working fine with 5.3.1:

File "***/connexion/utils.py", line 4, in <module>
    import yaml
  File "***/yaml/__init__.py", line 13, in <module>
    from .cyaml import *
  File "***/yaml/cyaml.py", line 7, in <module>
    from _yaml import CParser, CEmitter
  File "***/site-packages/_yaml/__init__.py", line 8, in <module>
    if not yaml.__with_libyaml__:
AttributeError: partially initialized module 'yaml' has no attribute '__with_libyaml__' (most likely due to a circular import)
@wang31
Copy link
Author

wang31 commented Jan 20, 2021

Duplicate of #478

@wang31 wang31 closed this as completed Jan 20, 2021
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

1 participant