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.

BUG import error and failing builds

See original GitHub issue

It has been about 20 hours since we have merged a recipe.

We are seeing an import error here

Traceback (most recent call last):
  File ".travis_scripts/create_feedstocks.py", line 191, in <module>
    from conda_smithy.ci_register import drone_sync
  File "/home/travis/miniconda/lib/python3.7/site-packages/conda_smithy/ci_register.py", line 7, in <module>
    from . import github
  File "/home/travis/miniconda/lib/python3.7/site-packages/conda_smithy/github.py", line 4, in <module>
    from git import Repo
  File "/home/travis/miniconda/lib/python3.7/site-packages/git/__init__.py", line 38, in <module>
    from git.exc import *                       # @NoMove @IgnorePep8
  File "/home/travis/miniconda/lib/python3.7/site-packages/git/exc.py", line 9, in <module>
    from git.compat import UnicodeMixin, safe_decode, string_types
  File "/home/travis/miniconda/lib/python3.7/site-packages/git/compat.py", line 16, in <module>
    from gitdb.utils.compat import (
ModuleNotFoundError: No module named 'gitdb.utils.compat'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
beckermrcommented, Feb 18, 2020

Yep but it should have found it. In any case, I have now put the constraint in the CI build and things are working.

Thank you @Harmon758!

0reactions
Harmon758commented, Feb 18, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

6 Common CSV Import Errors and How to Fix Them
The import error can be caused by limits set by the program using the file or the amount of available memory on the...
Read more >
[Bug] Import failing (2.0.0-beta.24) · Issue #272 · lerna/lerna
I'm seeing two repos failing to import for seemingly different reasons (based on the Lerna error message.) I tried fresh git clones of...
Read more >
Xcode 14.1 beta won't build when t…
Failed to build module 'GameController' for importation due to the errors above; the textual interface may be broken by project issues or a...
Read more >
python-qdarkstyle fails to build with Python 3.10: ImportError
Bug 1944531 - python-qdarkstyle fails to build with Python 3.10: ImportError: cannot import name 'Sequence' from 'collections'.
Read more >
Eclipse import fails - Bugs
I get an exception when importing the project into eclipse : Path for project must have only one segment. java.lang.
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