Re: [Rdkit-discuss] Seg fault importing rdkit.Chem on Mac 10.13.2 and Python 3.6.3

2018-01-04 Thread JW Feng via Rdkit-discuss
Thanks, my colleague Katrina Lexa found that python 3.6.1 worked. Conda version is 4.4.6 conda create --name test-rdkit --channel https://conda.anaconda.org/rdkit rdkit python=3.6.1 Best, JW ___ JW Feng, Ph.D. Denali Therapeutics Inc. 151 Oyster Point Blvd, 2nd Floor, South

Re: [Rdkit-discuss] Seg fault importing rdkit.Chem on Mac 10.13.2 and Python 3.6.3

2018-01-03 Thread Greg Landrum
I'm going to guess that it's this problem: https://github.com/ rdkit/rdkit/issues/1617 and that the solution is to downgrade conda to v4.3.25 (conda install conda=4.3.25). This problem has proven much more frustrating to fix for the mac (linux and windows are now fine) than expected, but Brian