Closed echan00 closed 4 years ago
Hello @echan00, Could you share the command you're trying to launch? It's not clear to me where the problem is coming from. Victor
I installed knockknock via pip and then:
from knockknock import slack_sender
That's extremely strange.
I create a new env to try to reproduce your problem, but I couldn't.
Can you try a pip show knockknock
?
Yes it is strange. Pip show knockknock showed the correct location of the distribution on my Mac.
Could it be a permission problem? cf this
Nope, I only have only one user on my Mac. I installed on both python2 and python3 and both didn't work.
I work on Mac too but still can't reproduce the problem. Could you test in a brand new/clean environment (virtualenv, conda env, which ever you prefer...)? I suspect it's a conflict in python or pip versions...
I suspect it's a conflict in python or pip versions...
Yes that's what it was! Thanks
Something is wrong with the pip package?