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

Missing dependency (yaml) #18

Closed
alekna opened this issue Jan 28, 2017 · 1 comment
Closed

Missing dependency (yaml) #18

alekna opened this issue Jan 28, 2017 · 1 comment

Comments

@alekna
Copy link

alekna commented Jan 28, 2017

PyYAML module missing in setup.py

Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/v20/__init__.py", line 2, in <module>
    from v20 import account
  File "/usr/lib/python3.5/site-packages/v20/account.py", line 2, in <module>
    from v20.base_entity import BaseEntity
  File "/usr/lib/python3.5/site-packages/v20/base_entity.py", line 3, in <module>
    import yaml
ImportError: No module named 'yaml'
@alekna alekna changed the title Missing dependency - yaml Missing dependency (yaml) Jan 28, 2017
@FutureSharks
Copy link

PR to fix this: #25

@alekna alekna closed this as completed Nov 26, 2018
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

2 participants