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