Anyone else getting cloud deploy failures related ...
# dagster-plus
z
Anyone else getting cloud deploy failures related to
github3
?
Copy code
File "/home/runner/.pex/unzipped_pexes/ea08f81afe7929947275f9babfb32693689da0b2/builder/deploy.py", line 432, in deploy_main
    code_location.create_or_update_branch_deployment_from_github_context(
  File "/home/runner/.pex/unzipped_pexes/ea08f81afe7929947275f9babfb32693689da0b2/builder/code_location.py", line 94, in create_or_update_branch_deployment_from_github_context
    author_avatar_url=github_event.get_github_avatar_url(),
  File "/home/runner/.pex/unzipped_pexes/ea08f81afe7929947275f9babfb32693689da0b2/builder/github_context.py", line 65, in get_github_avatar_url
    import github3
ModuleNotFoundError: No module named 'github3'
s
Hi Zach - I am looking into this issue. I assume this is only happening in a branch deployment?
z
Haven’t checked it with a full deployment yet, but in the mean time we’ve disabled fast deploys. Additionally, attempted to add
github3.py
to our requirements, but that didnt seem to change anything (Assuming the pex here doesn’t use that in retrospect 😛)
s
Sorry about the breakage. We deployed a new version of our workflow code yesterday it appears we didn't include this dependency after some refactoring. I am working on a fix.
z
No worries 🙂 Thanks again for all the help! dagsir
s
I have reverted the last rollout for now so branch deployments should work again. We'll also update our release tests to cover branch deployments better.