I have Anaconda installed on my Windows 10 machine.
In Spyder, I tried to install RDKit using the instructions found here: How to install RDKit with Conda, but nothing happened when I typed:
$ conda create -c conda-forge -n my-rdkit-env rdkit
It sort of just hung there.
So, I think it needs to have a channel set, or something similar. I think it doesn't know where to look. (The version on Anaconda.org seems to be old, so I can't install it from Anaconda.org.)
Appreciate any help. Thank you!