insilichem / pychimera

Use UCSF Chimera Python API in a standard interpreter
http://pychimera.readthedocs.io
GNU Lesser General Public License v3.0
57 stars 10 forks source link

Update meta.yaml: add python #5

Closed hainm closed 8 years ago

hainm commented 8 years ago

I got FileNotFound error if not specifying python.

jaimergp commented 8 years ago

Actually, it should be python=2, right?

hainm commented 8 years ago

Might be. I switched to py2 env and that change worked for me. :d

jaimergp commented 8 years ago

Hi @hainm! Were you able to check if python=2.7 was really needed?

hainm commented 8 years ago

Hi

I think chimera only works with py2.

Hai

On Sep 1, 2016, at 4:40 AM, Jaime RGP notifications@github.com wrote:

Hi @hainm! Were you able to check if python=2-7 was really needed?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jaimergp commented 8 years ago

Yes, but Chimera ships its own interpreter. This is just a recipe and theoretically it shouldn't need more build dependencies than those listed in the build scripts.

jaimergp commented 8 years ago

Closed by last commit. Thanks for the report!

hainm commented 8 years ago

yeah. If users like me use py3 to pull your built, this won't work with chimera py2. Specifying python version will prevent this from the beginning.