Dear rdkit Team, I was trying to install rdkit using conda, but I still see the error message "ModuleNotFoundError: No module named 'rdkit'".
The following are my installation process and subsequent errors. ----------------------------------------------------------------------- *conda install -c rdkit rdkit=2020* When I tried to install it using above command, it showed the following error Solving Environmen: Failed with initial frozen solve. Retrying with flexible solve. I solved the above problem using the following commands *conda create --name myenv* *conda activate myenv* After the above command, it successfully processed to downloading and extracting packages. but I still see the error message while importing the module. It could be great if you please help solve this issue. Best Regards Suresh
_______________________________________________ Rdkit-discuss mailing list Rdkit-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rdkit-discuss