ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

mathjax package is missing a py36_0 build #4201

Open slonik-az opened 7 years ago

slonik-az commented 7 years ago

Hi, it seems that there is no python-3.6 build of mathjax package. $conda search mathjax Fetching package metadata ......... mathjax 2.2 py26_0 defaults 2.2 py27_0 defaults 2.2 py33_0 defaults 2.2 py34_0 defaults 2.2 py35_0 defaults

As the result mathjax cannot be installed together with python-3.6: $conda install mathjax Fetching package metadata ......... Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

I think a proper solution to the problem is to provide a mathjax package for the py36_0 build. A workaround would be to downgrade python from 3.6 to 3.5, but it sucks!

Thanks, --Leo

josephcslater commented 7 years ago

This is a problem for me as well. Who maintains mathjax for the conda install? What does it take to get it up?

csoja commented 6 years ago

Adding a recipe and having it build successfully on conda-forge can accelerate a package's inclusion in the defaults. See https://conda-forge.org/ & https://github.com/conda-forge There currently is not a mathjax recipe there. Looks like there is only version 2.2 on the repo - is this also a request for an updated version? (looks like the most recent as of now is 2.7.2)? Or just to also make the package (v2.2) available for Py3.6?