plotly - AttributeError:' module'对象没有属性'工具'

时间:2017-02-13 22:08:44

标签: python-2.7 plotly

当我尝试使用plotly for Python 2.7时,我得到了一个AttributeError。

In [1]: import plotly
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-1-c27a4132ad2e> in <module>()
----> 1 import plotly

c:\projects\flask\plotly.pyc in <module>()

AttributeError: 'module' object has no attribute 'tools'

所以我尝试了这个:

pip install tools

它给了我一个错误:Failed building wheel for lxml。所以我刚刚安装了一个.whl文件

pip install lxml-3.6.0-cp27-none-win32.whl

之后我就能安装工具模块了。然而,AttributeError仍然存在,并且不允许我使用情节。

此外,我尝试使用设置虚拟环境然后使用plotly - 我得到相同的错误。

1 个答案:

答案 0 :(得分:0)

修正了......我所要做的只是删除主目录中的plotly.pyc文件。不确定它是什么以及如何到达那里,但它似乎不合适,所以我删除它并且它有效!