python - Module Import Error for Pypi module -
i trying import pypi module (thinkx 1.1.2) spyder. installed on anaconda , showing on conda list. python path folders anaconda folder. when attempt import thinkx spyder : import thinkx traceback (most recent call last):
file "", line 1, in import thinkx
importerror: no module named 'thinkx'
according module readme, thinkx not expose package named thinkx.
it provides following modules:
thinkbayes: code think bayes.thinkstats2: code think stats, 2nd editionthinkbayes2: code think bayes, 2nd edition, not yet published.thinkdsp: code think dspthinkplot: plotting code used in of books, wrapper functions matplotlib.pyplot
try:
import thinkbayes
Comments
Post a Comment