Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'conda install flexx -c bokeh' fails on Windows 7 #7550

Closed
BioGeek opened this issue Feb 21, 2018 · 6 comments · Fixed by #7551
Closed

'conda install flexx -c bokeh' fails on Windows 7 #7550

BioGeek opened this issue Feb 21, 2018 · 6 comments · Fixed by #7551

Comments

@BioGeek
Copy link
Contributor

BioGeek commented Feb 21, 2018

ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)

$ python --version
Python 3.6.3 :: Anaconda custom (64-bit)
$ conda --version
conda 4.4.10
$ bokeh -v
0.12.10

OS: Windows 7
browser: N/A

Description of expected behavior and the observed behavior

Installing flexx via conda on on Windows 7 and Python 3.6 fails.

Complete, minimal, self-contained example code that reproduces the issue

$ conda install flexx -c bokeh

CondaVerificationError: The package for flexx located at C:\APP\Anaconda3\pkgs\f
lexx-0.4.1-py36_0
appears to be corrupted. The path 'lib/python3.6/site-packages/flexx_legacy/webr
untime/nodewebkit.py'
specified in the package manifest cannot be found.

CondaVerificationError: The package for flexx located at C:\APP\Anaconda3\pkgs\f
lexx-0.4.1-py36_0
appears to be corrupted. The path 'lib/python3.6/site-packages/flexx_legacy/webr
untime/qtwebkit.py'
specified in the package manifest cannot be found.

[...]

CondaVerificationError: The package for flexx located at C:\APP\Anaconda3\pkgs\f
lexx-0.4.1-py36_0
appears to be corrupted. The path 'lib/python3.6/site-packages/flexx_legacy/webr
untime/selenium.py'
specified in the package manifest cannot be found.

CondaVerificationError: The package for flexx located at C:\APP\Anaconda3\pkgs\f
lexx-0.4.1-py36_0
appears to be corrupted. The path 'lib/python3.6/site-packages/flexx_legacy/webr
untime/xul.py'
specified in the package manifest cannot be found.

What does work though

  • conda install flexx -c conda-forge on Windows 7 with Python 3.6
  • conda install flexx -c bokeh on Red Hat Enterprise Linux with Python 3.6

both install without any problems

Related

Redirected here from conda-forge.
Error seems similar to the ones in #7549

@bryevdv
Copy link
Member

bryevdv commented Feb 21, 2018

@kalefranz these packages have not been touched in years, can you shed some light?

@bryevdv
Copy link
Member

bryevdv commented Feb 21, 2018

@almarklein are flexx conda packages currently maintained anywhere else? Id love to remove the ones on the bokeh channel entirely.

@bryevdv
Copy link
Member

bryevdv commented Feb 21, 2018

Actually I just noticed the comment at the end. These are on conda forge now? I will just remove the bokeh channel versions and update the docs

@almarklein
Copy link
Contributor

almarklein commented Feb 21, 2018

Yes, Flexx is on conda forge. The last release has been a while, I (finally) expect a new release in a few weeks.

Talking of which ... Most parts of Flexx will be py3k only in the next release. Fortunately, I managed to keep Pyscript (the bit that Bokeh uses) working on Python 2.7. It is also likely that I spin Pyscript out of Flexx, which should make things even easier for Bokeh users. I'll ping you when I have updates on that.

@mattpap
Copy link
Contributor

mattpap commented Feb 21, 2018

I will just remove the bokeh channel versions and update the docs.

That would be for the best.

@bryevdv
Copy link
Member

bryevdv commented Feb 21, 2018

I've removed the package from the channel. I will leave the issue open to update any docs.

Most parts of Flexx will be py3k only in the next release.

As long a the old releases are still available that seems fine, tho happy to update Bokeh to import smaller pyscript when that's an option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants