Alan Pevec
Alan Pevec
> https://www.ibm.com/watson/developercloud/speech-to-text/api/v1/#get_model this link is now out of date, redirecting to https://www.ibm.com/watson#get_model Updated location for developer docs seems to be https://cloud.ibm.com/apidocs/speech-to-text#getmodel
astropy 3.* is py3 only, requirements.txt need to specify astropy 2.* while RMS is on Python 2.7 astropy~=2.0.3
Collecting astropy~=2.0.3 Downloading https://files.pythonhosted.org/packages/bc/ad/f108a5bd8aba3d5f5d4d5090a8802a78e4e50e8150cb090b6d43b399db5f/astropy-2.0.15-cp27-cp27mu-manylinux1_x86_64.whl (6.1MB)
TODO make it work with both py2 and py3
Proposing this as a draft to check if folks think this would be useful. End goal is to have a completely headless setup, with all the customizations done during image...
use-case solved in tripleo-quickstart https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/826284
it is linked under Publications at https://globalmeteornetwork.org/scientific-mission/ and in GitHub repo README: https://github.com/CroatianMeteorNetwork/RMS/blob/master/README.md#citations
not needed, originally reported issue is NOT reproducible astropy>=2.0.3 in requirements.txt works fine, installing latest compatible version for the Python2 https://pypi.org/project/astropy/2.0.16/
I guess as a first step we would need to reserve the module namespace, unfortunately as commented in https://github.com/CroatianMeteorNetwork/RMS/commit/71987b852e720f70f97c167175da78b0c51243ef#r34116469 "RMS" has been taken in pypi by a joke :( Needs...
To answer the original title "clarify the Anaconda build item". from the @dvida 's TODO list [1] * Anaconda build of RMS for easy deployment technically means to contribute recipe...