pymining
pymining copied to clipboard
osx-64 anaconda package
Please create an osx-64 anaconda package. Currently it only has a linux-64 one.
I built it locally and installed it with
conda skeleton pypi pymining
conda build pymining
conda install ~/anaconda/conda-bld/osx-64/pymining-0.2-py27_0.tar.bz2
Hi!
I was not even aware that pymining had an anaconda package! Is there some official documentation on how to do this (beside the build steps you provided)?
Thanks!
Hi Barthelemy,
I didn't know there was a package myself, I was Googling for sequence mining and landed on pymining; tried conda install pymining and it complained that there wasn't one for osx-64.
Also, thanks! It worked splendidly.
I'm new to Anaconda and don't know how to do it the "official way". I guess they picked it up from pypi. Would http://conda.pydata.org/docs/building/recipe.html help? See http://www.pydanny.com/building-conda-packages-for-multiple-operating-systems.html too. Thanks again.