Re: [PyMOL] Installing Pymol API on linux for Anaconda Python 3.5

2018-03-06 Thread Thomas Holder
Hi Ahmad, We currently only provide packages for Python 2.7 and 3.6. Any chance you could upgrade to 3.6 or create a new environment with 3.6? This is how you would do it with a new environment: # create environment with PyMOL and Python 3.6 conda create -n py36 -c schrodinger pymol python=3.6

[PyMOL] Installing Pymol API on linux for Anaconda Python 3.5

2018-03-03 Thread Ahmad Abdelzaher
*Hello,* *I'm trying to nstall the Pymol API on linux for Anaconda Python 3.5. * *I tried the commands here: https://anaconda.org/schrodinger/pymol , this is what I got. * *I would appreciate if someone helps me install it.* *[labusr@luxor Downloads]$ con