trying to install dev, getting standard release instead

I’m trying to install 0.12.5dev11 using pip3, but it is either giving me the standard version

pip3 install --pre -i Simple Index bokeh --extra-index-url Simple index
Requirement already satisfied: bokeh in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: six>=1.5.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: requests>=1.2.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: PyYAML>=3.10 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: python-dateutil>=2.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: Jinja2>=2.7 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: numpy>=1.7.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: tornado>=4.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh)

``

or “Could not find a version…” error when I require bokeh==0.12.5dev11

pip3 install --pre -i Simple Index bokeh==0.12.5dev11 --extra-index-url Simple index
Collecting bokeh==0.12.5dev11
Could not find a version that satisfies the requirement bokeh==0.12.5dev11 (from versions: 0.4.2p1, 0.2, 0.3, 0.4, 0.4.1, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4)
No matching distribution found for bokeh==0.12.5dev11

``

This appears the same as issue #3188, but that issue is closed, so perhaps I am doing something wrong?

I would like to install the dev version to solve #5801 (about the GMap overflow)

Thanks,

Andrew

Hi,

We only publish full releases to PyPI. The bokeh "dev" channel on anaconda.org is the only place where we publish dev builds and release candidates. The very simplest way to install from there is to use conda, but pip is possible with some additional configuration. See the installation docs:

  http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds

Thanks,

Bryan

···

On Jan 27, 2017, at 12:29 AM, Andrew Hamilton <[email protected]> wrote:

I'm trying to install 0.12.5dev11 using pip3, but it is either giving me the standard version

pip3 install --pre -i Simple Index bokeh --extra-index-url Simple index
Requirement already satisfied: bokeh in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: six>=1.5.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: requests>=1.2.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: PyYAML>=3.10 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: python-dateutil>=2.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: Jinja2>=2.7 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: numpy>=1.7.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: tornado>=4.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh)

or "Could not find a version..." error when I require bokeh==0.12.5dev11
pip3 install --pre -i Simple Index bokeh==0.12.5dev11 --extra-index-url Simple index
Collecting bokeh==0.12.5dev11
  Could not find a version that satisfies the requirement bokeh==0.12.5dev11 (from versions: 0.4.2p1, 0.2, 0.3, 0.4, 0.4.1, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4)
No matching distribution found for bokeh==0.12.5dev11

This appears the same as issue #3188, but that issue is closed, so perhaps I am doing something wrong?

I would like to install the dev version to solve #5801 (about the GMap overflow)

Thanks,
Andrew

--
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/c5f17410-b2cb-40d2-bcc3-96babc0cb938%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks Bryan,

I already used the pip command from the installation docs, that is the one that doesn’t seem to be working.

Cheers,

Andrew

···

On Jan 27, 2017, at 7:32 AM, Bryan Van de Ven [email protected] wrote:

Hi,

We only publish full releases to PyPI. The bokeh “dev” channel on anaconda.org is the only place where we publish dev builds and release candidates. The very simplest way to install from there is to use conda, but pip is possible with some additional configuration. See the installation docs:

http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds

Thanks,

Bryan

On Jan 27, 2017, at 12:29 AM, Andrew Hamilton [email protected] wrote:

I’m trying to install 0.12.5dev11 using pip3, but it is either giving me the standard version

pip3 install --pre -i https://pypi.anaconda.org/bokeh/channel/dev/simple bokeh --extra-index-url https://pypi.python.org/simple/
Requirement already satisfied: bokeh in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: six>=1.5.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: requests>=1.2.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: PyYAML>=3.10 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: python-dateutil>=2.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: Jinja2>=2.7 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: numpy>=1.7.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: tornado>=4.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh)

or “Could not find a version…” error when I require bokeh==0.12.5dev11
pip3 install --pre -i https://pypi.anaconda.org/bokeh/channel/dev/simple bokeh==0.12.5dev11 --extra-index-url https://pypi.python.org/simple/
Collecting bokeh==0.12.5dev11
Could not find a version that satisfies the requirement bokeh==0.12.5dev11 (from versions: 0.4.2p1, 0.2, 0.3, 0.4, 0.4.1, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4)
No matching distribution found for bokeh==0.12.5dev11

This appears the same as issue #3188, but that issue is closed, so perhaps I am doing something wrong?

I would like to install the dev version to solve #5801 (about the GMap overflow)

Thanks,
Andrew


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/c5f17410-b2cb-40d2-bcc3-96babc0cb938%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.


You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/XImN3ZB_JoQ/unsubscribe.
To unsubscribe from this group and all its topics, 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/595C2B42-B1AF-4EE7-8FEA-079BF936EADB%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Hrm,

There were recently some serious issues with out infrastructure caused by upstream problems , necessitating an overhaul of our build/release machinery. Not sure if it was that work or something earlier, but it looks like the pip packages for dev builds are not being generated. Unfortunately working on the release automation is incredibly time-consuming (the last round of work took almost four days to fully finish and test due to the unavoidably long iteration cycles), and I am also starting to come down with some illness as well. This is not something will be resolved in the next few weeks, at least, I am afraid. You have two options:

* use conda (recommended in any case)

* build from source, following the instructions here:

  http://bokeh.pydata.org/en/dev/docs/dev_guide/setup.html#devguide-setup

I'd also as that you make a GitHub issue for restoring the publication of pip-installable dev builds.

Thanks,

Bryan

···

On Jan 27, 2017, at 3:45 PM, Andrew Hamilton <[email protected]> wrote:

Thanks Bryan,

I already used the pip command from the installation docs, that is the one that doesn’t seem to be working.

Cheers,
Andrew

On Jan 27, 2017, at 7:32 AM, Bryan Van de Ven <[email protected]> wrote:

Hi,

We only publish full releases to PyPI. The bokeh "dev" channel on anaconda.org is the only place where we publish dev builds and release candidates. The very simplest way to install from there is to use conda, but pip is possible with some additional configuration. See the installation docs:

  http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds

Thanks,

Bryan

On Jan 27, 2017, at 12:29 AM, Andrew Hamilton <[email protected]> wrote:

I'm trying to install 0.12.5dev11 using pip3, but it is either giving me the standard version

pip3 install --pre -i Simple Index bokeh --extra-index-url Simple index
Requirement already satisfied: bokeh in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: six>=1.5.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: requests>=1.2.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: PyYAML>=3.10 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: python-dateutil>=2.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: Jinja2>=2.7 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: numpy>=1.7.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: tornado>=4.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh)

or "Could not find a version..." error when I require bokeh==0.12.5dev11
pip3 install --pre -i Simple Index bokeh==0.12.5dev11 --extra-index-url Simple index
Collecting bokeh==0.12.5dev11
Could not find a version that satisfies the requirement bokeh==0.12.5dev11 (from versions: 0.4.2p1, 0.2, 0.3, 0.4, 0.4.1, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4)
No matching distribution found for bokeh==0.12.5dev11

This appears the same as issue #3188, but that issue is closed, so perhaps I am doing something wrong?

I would like to install the dev version to solve #5801 (about the GMap overflow)

Thanks,
Andrew

--
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/c5f17410-b2cb-40d2-bcc3-96babc0cb938%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
You received this message because you are subscribed to a topic in the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/XImN3ZB_JoQ/unsubscribe\.
To unsubscribe from this group and all its topics, 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/595C2B42-B1AF-4EE7-8FEA-079BF936EADB%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
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/F510DE9A-7D26-4FD0-A5AF-66B740DF1E8A%40gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks Bryan,

Hope you’re feeling better… I’ve posted the issue to github https://github.com/bokeh/bokeh/issues/5827

If the issue becomes limiting for me, I will use conda.

Cheers,

Andrew

···

On Jan 27, 2017, at 11:03 PM, Bryan Van de Ven [email protected] wrote:

Hrm,

There were recently some serious issues with out infrastructure caused by upstream problems , necessitating an overhaul of our build/release machinery. Not sure if it was that work or something earlier, but it looks like the pip packages for dev builds are not being generated. Unfortunately working on the release automation is incredibly time-consuming (the last round of work took almost four days to fully finish and test due to the unavoidably long iteration cycles), and I am also starting to come down with some illness as well. This is not something will be resolved in the next few weeks, at least, I am afraid. You have two options:

I’d also as that you make a GitHub issue for restoring the publication of pip-installable dev builds.

Thanks,

Bryan

On Jan 27, 2017, at 3:45 PM, Andrew Hamilton [email protected] wrote:

Thanks Bryan,

I already used the pip command from the installation docs, that is the one that doesn’t seem to be working.

Cheers,
Andrew

On Jan 27, 2017, at 7:32 AM, Bryan Van de Ven [email protected] wrote:

Hi,

We only publish full releases to PyPI. The bokeh “dev” channel on anaconda.org is the only place where we publish dev builds and release candidates. The very simplest way to install from there is to use conda, but pip is possible with some additional configuration. See the installation docs:

http://bokeh.pydata.org/en/dev/docs/installation.html#developer-builds

Thanks,

Bryan

On Jan 27, 2017, at 12:29 AM, Andrew Hamilton [email protected] wrote:

I’m trying to install 0.12.5dev11 using pip3, but it is either giving me the standard version

pip3 install --pre -i Simple Index bokeh --extra-index-url Simple index
Requirement already satisfied: bokeh in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
Requirement already satisfied: six>=1.5.2 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: requests>=1.2.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: PyYAML>=3.10 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: python-dateutil>=2.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: Jinja2>=2.7 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: numpy>=1.7.1 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: tornado>=4.3 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from bokeh)
Requirement already satisfied: MarkupSafe>=0.23 in /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh)

or “Could not find a version…” error when I require bokeh==0.12.5dev11
pip3 install --pre -i Simple Index bokeh==0.12.5dev11 --extra-index-url Simple index
Collecting bokeh==0.12.5dev11
Could not find a version that satisfies the requirement bokeh==0.12.5dev11 (from versions: 0.4.2p1, 0.2, 0.3, 0.4, 0.4.1, 0.4.4, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4)
No matching distribution found for bokeh==0.12.5dev11

This appears the same as issue #3188, but that issue is closed, so perhaps I am doing something wrong?

I would like to install the dev version to solve #5801 (about the GMap overflow)

Thanks,
Andrew


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/c5f17410-b2cb-40d2-bcc3-96babc0cb938%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.


You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/XImN3ZB_JoQ/unsubscribe.
To unsubscribe from this group and all its topics, 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/595C2B42-B1AF-4EE7-8FEA-079BF936EADB%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.


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/F510DE9A-7D26-4FD0-A5AF-66B740DF1E8A%40gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.


You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.
To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/XImN3ZB_JoQ/unsubscribe.
To unsubscribe from this group and all its topics, 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/20063C27-1991-44F0-B4F0-F36FB01D0446%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.