question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feedstock Repo script failing

See original GitHub issue

Running into an exception for the last 2 days in the feedstocks_repo build. This appears to be far enough into the script that none of us noticed. This can be seen in the log and down below.

Prefix: /home/travis/conda/tmp_envs/f5607ad6e1b89da01f30
Running command: ['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']
Traceback (most recent call last):
  File "/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py", line 91, in <module>
    contents = env.from_string(''.join(fh)).render()
  File "/home/travis/conda/tmp_envs/f5607ad6e1b89da01f30/lib/python3.5/site-packages/jinja2/environment.py", line 989, in render
    return self.environment.handle_exception(exc_info, True)
  File "/home/travis/conda/tmp_envs/f5607ad6e1b89da01f30/lib/python3.5/site-packages/jinja2/environment.py", line 754, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/home/travis/conda/tmp_envs/f5607ad6e1b89da01f30/lib/python3.5/site-packages/jinja2/_compat.py", line 37, in reraise
    raise value.with_traceback(tb)
  File "<template>", line 2, in top-level template code
jinja2.exceptions.UndefinedError: 'str object' has no attribute 'get'
CalledProcessError: Command '['python', '/home/travis/build/conda-forge/conda-forge.github.io/scripts/update_teams.py', './feedstocks_repo/feedstocks']' returned non-zero exit status 1

cc @pelson

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:42 (42 by maintainers)

github_iconTop GitHub Comments

1reaction
jakirkhamcommented, May 18, 2016

Nice work on this yourself, @ericdill. The biggest piece was your code. 😉

1reaction
jakirkhamcommented, May 18, 2016

Gets reset on the hour. We are out for 50 mins 😄 .

Ouch! That long?!

Enough time for me to do something about it maybe 😉

…or maybe do something else interesting that you want to complete. I think we have a good sense of what is going on here now. Given what little time you have, maybe it can be better spent.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ — conda-forge 2022.12.16 documentation
(Q) Why is Travis-CI failing on my feedstock? Travis CI builds should be enabled or disabled via the conda-forge.yml configuration.
Read more >
conda-forge/conda-forge.github.io - Gitter
Hi - I had a PR merged into staged-recipes earlier today (conda-forge/staged-recipes#2288), and have just seen that a feedstock repo has been created ......
Read more >
Files · master · Main Repositories / staged-recipes · GitLab
Open a pull request. Building of your package will be tested on Windows, Mac and Linux. When your pull request is merged a...
Read more >
Introduce new Python version to conda-forge feedstock
You should run conda smithy rerender in the feedstock repo locally on a new branch, push it up to your fork, and open...
Read more >
Qiime 2 installation failure - User Support
LinkError: post-link script failed for package ... channel URLs : https://repo.anaconda.com/pkgs/main/osx-64
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found