Hi, I'm working on a remote cluster and using pymol without GUI and am currently getting the license not found error. I installed pymol in a virtual conda environment. The version of pymol I am running is pymol 3.1.4.1. I downloaded an educational license and renamed it to license.lic and placed them in 2 folder after finding a similar issue from earlier on the board ( https://sourceforge.net/p/pymol/mailman/pymol-users/thread/69455bac-10c2-4dd0-8788-63a8d6015...@schrodinger.com/ )
/lustre/isaac24/scratch/nnambia1/envs/pymol3env/share/pymol/license.lic $HOME/.pymol/license.lic I amstill getting the license not found watermark on my saved images. I checked the pymol path using the following code too: import pymol2 p1 = pymol2.PyMOL() p1.start() print(os.environ['PYMOL_PATH']) which printed out /lustre/isaac24/scratch/nnambia1/envs/pymol3env/share/pymol For reference I activate the conda env by conda activate /lustre/isaac24/scratch/nnambia1/envs/pymol3env Is there a way to direct pymol to the license file and get rid of the watermark? Best Nikhil Nambiar
_______________________________________________ PyMOL-users mailing list Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe