Closed HoseynHeydari closed 5 years ago
I can't import pystache on my mac. I run pystache-test and the result was Ran 253 tests in 0.147s OK. But when I try >>> import pystache result is
pystache-test
Ran 253 tests in 0.147s OK
>>> import pystache
Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pystache
What can I do or check?
Here was my problem solution. I should "Find where pip installs your package and add the path" as user2589273 said.
I can't import pystache on my mac. I run
pystache-test
and the result wasRan 253 tests in 0.147s OK
. But when I try>>> import pystache
result isWhat can I do or check?