
Sou iniciante em Python e tenho algum uso do módulo 'whither'. Eu fiz pip install --user whither
, que o instalou com sucesso (ou assim diz pip). No entanto, no interpretador Python, import whither
resulta em
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'whither'
Preciso fazer outra coisa também?
Estou no Python 3.8.4.
Obrigado!