Hi Tom, Why don't you create a virtual environment in Anaconda and install RDkit there?
https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/ Create virtual environments for python with conda<https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/20/conda/> uoa-eresearch.github.io Upadate any packages if necessary by typing y to proceed.; 3. Create a virtual environment for your project. In the terminal client enter the following where yourenvname is the name you want to call your environment, and replace x.x with the Python version you wish to use. (To see a list of available python versions first, type conda search "^python$" and press enter.) Best, Gosia ________________________________ Dr.Malgorzata Werner Follow Us Senior Bioinformatician P: +49 6221 43851 2300 F: +49 6221 43851 100 E: malgorzata.wer...@molecularhealth.com Molecular Health GmbH Kurfürsten-Anlage 21 69115Heidelberg www.molecularhealth.com Predicting clinical trial success and improving R&D with Molecular Health‘s newest AI product – Read full article here Vorsitzender des Aufsichtsrats: Prof. Dr. Christof Hettich Geschäftsführer: Dr. Friedrich von Bohlen und Halbach (Sprecher der Geschäftsleitung), Dr. Stephan Brock Sitz der Gesellschaft: Heidelberg Handelsregister: Amtsgericht Mannheim - HRB 338037 Confidentiality note: The information in this email and any attachment may contain confidential and proprietary information of Molecular Health GmbH, Molecular Health, Inc. and/or its affiliates and may be privileged or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may cause liability. In case you have received this message due to an error in transmission, we kindly ask you to notify the sender immediately and to delete this email and any attachment from your system. Disclaimer: The information in this transmission contains privileged and confidential information, including patient information protected by federal and state privacy laws. It is intended only for the use of the person(s) named above. If you are not the intended recipient, you are hereby notified, that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply mail and destroy all copies of the original message. From: Tom Zhang <computerset...@gmail.com> Sent: 18 March 2019 07:13:25 To: RDKit Discuss Subject: [Rdkit-discuss] anaconda and virtualenv Hi, all, I am in a conflicting situation now between anaconda and virtualenv. I used anaconda to install Rdkit and it works great. However, I also have a lot of other python3 code and I use virtualenv for that. Now, my python3 code in virtualenv has to talk with Rdkit. What is the best solution here? Install Rdkit again in virtualenv? Could I use anaconda and virtualenv at the same time to run my python code and Rdkit? Will this cause any conflicting issues? Thanks, Tom
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss