-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pigar won't run unless an unrelated directory exists #99
Labels
Comments
I have exactly the same problem. |
Same here |
Maybe because you have installed What does this output? python -c 'import sys, os;[list(map(lambda x: print(os.path.join(path, x)), os.listdir(path))) for path in sys.path if (os.path.isdir(path) and path.endswith(("site-packages", "dist-packages")))]' | grep 'link' |
damnever
added a commit
that referenced
this issue
Jun 19, 2022
damnever
added a commit
that referenced
this issue
Jun 19, 2022
damnever
added a commit
that referenced
this issue
Jun 19, 2022
Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
Checkout this version:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem has persisted even after uninstalling and reinstalling pigar.
The (slightly modified) output is below, when running
pigar
frommy_project
root.I don't even know if I used it on
another-repo
. If I make an empty directory calledanother-repo
in the desired path, it runs as desired, but obviously it's weird to have to keep an empty directory just sitting around.If it matters,
another-repo
andmy_project
are sibling directories. This problem also persists across all of my projects, anywhere on my computer, not just this one case.The text was updated successfully, but these errors were encountered: