PyMix icon indicating copy to clipboard operation
PyMix copied to clipboard

Error on install

Open antisyzygy opened this issue 11 years ago • 4 comments

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

antisyzygy avatar Jan 08 '14 16:01 antisyzygy

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

ajmendez avatar Jan 08 '14 21:01 ajmendez

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 :)

antisyzygy avatar Jan 08 '14 23:01 antisyzygy

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

muratetm avatar Jan 06 '15 15:01 muratetm

I would like to work on non-Gaussian mixture models. Is there any work-around that issue?

Haroldinho avatar Apr 01 '15 17:04 Haroldinho