Hello,
I'm having a trouble with the latest devel branch (commit b2024ad).
Even if I follow the basic steps listed in "How to use it?", no configuration at all, the build fails with the error "ModuleNotFoundError: No module named 'git'".
Now, that feels a bit strange, since I'm 100% I have the module installed. I suspected the wrong Python executable was fired (since I have an Anaconda setup with multiple environments), but I get the same error even after conda deactivate. I put an hard print on sys.executable to get the current executable, which is /usr/bin/python3 .
Running that executable and trying to import git works fine.
Am I doing something wrong? How can it be the module not being found?
Hello,
I'm having a trouble with the latest devel branch (commit b2024ad).
Even if I follow the basic steps listed in "How to use it?", no configuration at all, the build fails with the error "ModuleNotFoundError: No module named 'git'".
Now, that feels a bit strange, since I'm 100% I have the module installed. I suspected the wrong Python executable was fired (since I have an Anaconda setup with multiple environments), but I get the same error even after
conda deactivate. I put an hard print on sys.executable to get the current executable, which is /usr/bin/python3 .Running that executable and trying to import git works fine.
Am I doing something wrong? How can it be the module not being found?