Closed moorepants closed 4 years ago
Do you want to send a PR to fix that?
Do I want to? :smile: Not particularly. But I suppose I can.
I see smmap in gitdb's meta.yaml: https://github.com/conda-forge/gitdb-feedstock/blob/master/recipe/meta.yaml
But I'm not seeing gitdb as a dep for nbdime: https://github.com/conda-forge/nbdime-feedstock/blob/master/recipe/meta.yaml#L39
Seems like this is the dep stack:
nbdime > GitPython > gitdb2 > smmap2 based on the metal.yaml's in each feedstock.
But gitdb was trying to be run not gitdb2 in my error. I'm not quite sure what that means.
Are you sure this is not an issue with GitPython?
It may be. Haven't really figured it out. Could be because I have gitdb and gitdb2 installed (or didn't have gitdb2). It's problematic to have two packages named differently yet they have the same python import.
for the record, I just ran into the same garbled error message when trying to run git diff
on a Jupyter notebook, and could get rid of this issue with
pip install -U smmap
which - surprisingly enough - was already installed, but got upgraded from 3.0.1 to 3.0.2
should be closed by #27
Issue:
Run
jupyter lab
and this output appears:Environment (
conda list
):Details about
conda
and system (conda info
):