質問

Simple, but really frustrating problem - TAB completion doesn't work with statsmodels package. I've tried different methods of installation (.exe or via pip; easy_install won't work), but no luck. Any suggestions?

役に立ちましたか?

解決

I'm not sure what this question means. What have you done so far? What do you expect to happen? I'm going to go out on a limb and say that maybe you got the import wrong. It should be

import statsmodels.api as sm
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top