question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bokeh=0.11.x conda release packages are broken

See original GitHub issue

The latest version of conda (conda=4.2) introduces an explicit check for package integrity at link time. If a file cannot be linked, installation fails. This is the case with bokeh=0.11.1:

C:\Users\kalev> conda install bokeh=0.11
Fetching package metadata .............
The following packages will be UPDATED:

    bokeh: 0.9.0-np19py27_0 <unknown> --> 0.11.1-py27_0 defaults

Fetching packages ...
Linking packages ...
CondaOSError: OS error: failed to link (src=u'C:\\ANACONDA\\pkgs\\bokeh-0.11.1-py27_0\\Scripts/bokeh-script.py-server', dst='C:\\ANACONDA\\Scripts/bokeh-script.py-server', type=1, error=CondaOSError: OS error: win32 hard
 link failed
)

The problem is that Scripts/bokeh-script.py-server is not found in the release package, but it is listed in the package metadata (info/files). Could you please fix the package and push a new build? I know that bokeh=0.12 is the latest release, but unfortunately we cannot migrate to this version at the moment.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:30 (13 by maintainers)

github_iconTop GitHub Comments

8reactions
iozzyicommented, Mar 20, 2017

The missing file is in there, but it’s named wrong. Go to C:\Users\<>\.conda\envs\.pkgs\bokeh-0.11.1-py27_0\info and edit the “files” manifest file in notepad to find/replace: Find: “bokeh-script.py-server” Replace: “bokeh-server-script.py” Then remove the environment in conda and create it again, it should work. (I just tried it)

1reaction
marcopulido08commented, Dec 2, 2017

“The missing file is in there, but it’s named wrong. Go to C:\Users<>.conda\envs.pkgs\bokeh-0.11.1-py27_0\info and edit the “files” manifest file in notepad to find/replace: Find: “bokeh-script.py-server” Replace: “bokeh-server-script.py” Then remove the environment in conda and create it again, it should work. (I just tried it)” It works awesome. Many thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Happiness example replacement - Bokeh Discourse
However, attempting to downgrade to Bokeh 0.11.1 results in the issue at bokeh=0.11.x conda release packages are broken · Issue #5196 · bokeh/bokeh...
Read more >
Release notes — Anaconda documentation
User-facing changes¶. Conda has been updated to v22.9.0. Anaconda Navigator has been updated to v2.3.1. This installer uses python-3.9.
Read more >
Broken Conda Installation After Conda Update Python
I have tried upgrading Python version on a Miniconda installation by ... /lib/python3.10/site-packages/conda/common/serialize.py", line 13, ...
Read more >
Package List — Spack 0.20.0.dev0 documentation
It is automatically generated based on the packages in this Spack version. ... Package versions are managed by the package management system conda....
Read more >
python-bokeh-0.12.15-bp151.3.2 - SUSE Package Hub -
+ #7550 [component: docs] 'conda install flexx -c bokeh' fails on windows 7 ... 3.x but @types/gulp 4.x + #6393 [regression] Modifying datasources...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found