PyMix
PyMix copied to clipboard
Error on install
Using : pip install git+https://github.com/ajmendez/PyMix.git
Here is the error :
arch x86_64 -arch x86_64 build/temp.macosx-10.5-x86_64-2.7/pymix/C_mixextend.o -lgsl -lgslcblas -lm -o build/lib.macosx-10.5-x86_64-2.7/_C_mixextend.so File "~/SDKs/Anaconda/lib/python2.7/site-packages/pymix/AminoAcidPropertyPrior.py", line 170 as = alpha.pop(0) # first entry is the sum of the others -> remove ^ SyntaxError: invalid syntax
Hello, I started to port this package into a pip installable package, but it is not even close to being ready. You may want to look towards the scikit package as a replacement for the time being: http://scikit-learn.org/stable/modules/mixture.html
Hey, thanks for responding. I actually need to work with some models that can use non-Gaussian components. I'll try to install it another way :)
Has there been any progress on this issue? I tried the pip install...
Michaels-MacBook-Pro:~ mmuratet$ pip install pymix Downloading/unpacking pymix Could not find a version that satisfies the requirement pymix (from versions: 0.8b) Cleaning up... No distributions matching the version for pymix Storing debug log for failure in /Users/mmuratet/.pip/pip.log
I tried the setup.py install and got the error above.
Thanks
I would like to work on non-Gaussian mixture models. Is there any work-around that issue?