Installing bokeh. Error message 'module' object has no attribute 'version'

Hi,

I am new to bokeh and also new to programming. I just installed bokeh but received this error:

‘module’ object has no attribute ‘version’

All I have done is the following in Anaconda:

[in] import bokeh

[in] bokeh.version

[out] ‘0.11.1’

[in] from bokeh.plotting import figure, output_notebook, show

[out] ‘module’ object has no attribute ‘version’

I am trying to figure out what this error means. Sorry to be asking such a basic question.

import bokeh

bokeh.version

Traceback (most recent call last):

File “”, line 1, in

AttributeError: module ‘bokeh’ has no attribute ‘version

bokeh.version

‘0.12.0’

Are you sure you’re using double underscores?

···

On Tuesday, 19 July 2016 19:41:11 UTC+1, ct wrote:

Hi,

I am new to bokeh and also new to programming. I just installed bokeh but received this error:

‘module’ object has no attribute ‘version’

All I have done is the following in Anaconda:

[in] import bokeh

[in] bokeh.version

[out] ‘0.11.1’

[in] from bokeh.plotting import figure, output_notebook, show

[out] ‘module’ object has no attribute ‘version’

I am trying to figure out what this error means. Sorry to be asking such a basic question.

That’s odd!

Can you try

from bokeh.io import output_notebook, show

                  from

bokeh.plotting import figure

      Also, can you paste

the full output error message or a screenshot?

···

On 7/19/16 1:33 PM, ct wrote:

Hi,

      I am new to bokeh and also new to programming. I just

installed bokeh but received this error:

‘module’ object has no attribute ‘version’

All I have done is the following in Anaconda:

[in] import bokeh

[in] bokeh.version

[out] ‘0.11.1’

[in] from bokeh.plotting import figure, output_notebook, show

[out] ‘module’
object has no attribute ‘version’

      I am trying to figure out what this error means.  Sorry to

be asking such a basic question.

  You received this message because you are subscribed to the Google

Groups “Bokeh Discussion - Public” group.

  To unsubscribe from this group and stop receiving emails from it,

send an email to [email protected].

  To post to this group, send email to [email protected].

  To view this discussion on the web visit [https://groups.google.com/a/continuum.io/d/msgid/bokeh/445fb1fd-9be0-4cbe-83ac-c4b735629143%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/445fb1fd-9be0-4cbe-83ac-c4b735629143%40continuum.io?utm_medium=email&utm_source=footer).

  For more options, visit [https://groups.google.com/a/continuum.io/d/optout](https://groups.google.com/a/continuum.io/d/optout).


Sarah Bird
Developer, Bokeh

    [
      ![Continuum Analytics](http://docs.continuum.io/_static/img/ContinuumWordmark.png)
    ](http://continuum.io)