Some Python packages are written in C ++ etc. When using them on Python, build them exclusively for Python on the calculation server and import them by using pyd, dll, lib. ..
I want to use RDKit (https://www.rdkit.org/docs/Install.html) on windows server, is it possible?
Also, can you tell me how to do that?