When I try to use usage.ipynb, I always encounter an encoding error on this line:
fp_vecs = np.array([get_cdk_fingerprints(s) for s in all_smiles])
Currently, I am using R and Python with unified UTF-8 encoding. I would like to know what versions of R and rcdk were used? I could not find version information for some of the packages. If you have it, could you please share the versions with me? Thank you!
When I try to use usage.ipynb, I always encounter an encoding error on this line:
fp_vecs = np.array([get_cdk_fingerprints(s) for s in all_smiles])
Currently, I am using R and Python with unified UTF-8 encoding. I would like to know what versions of R and rcdk were used? I could not find version information for some of the packages. If you have it, could you please share the versions with me? Thank you!