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

python tools/report_ci_failure.py fails under AppVeyor #1833

Closed
nonhermitian opened this issue Feb 19, 2019 · 2 comments
Closed

python tools/report_ci_failure.py fails under AppVeyor #1833

nonhermitian opened this issue Feb 19, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@nonhermitian
Copy link
Contributor

Information

  • Qiskit Terra version:
  • Python version:
  • Operating system:

What is the current behavior?

Command exited with code 1
python tools/report_ci_failure.py
Traceback (most recent call last):
  File "tools/report_ci_failure.py", line 10, in <module>
    from github import Github
ImportError: No module named 'github'
Command exited with code 1

Steps to reproduce the problem

What is the expected behavior?

Suggested solutions

@nonhermitian nonhermitian added the bug Something isn't working label Feb 19, 2019
@1ucian0
Copy link
Member

1ucian0 commented Feb 22, 2019

ping @delapuente ?

@nonhermitian
Copy link
Contributor Author

I think this is because AppVeyor does not loadrequirements-dev that has the PyGithub that is needed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants