Splunklib
for Python 3.7
fails to install on my Windows machine.
Since pycrypto
was not ported to Python 3
, I've uninstalled it and installed pycrypodome
as replacement.
Unfortunately, when trying to install splunklib
, pip
still tries to install pycrypto
.
*Installing collected packages: pycrypto, splunklib
Running setup.py install for pycrypto ... *
Is there a way to force Python
or pip
to use pycryptodome
instead of pycrypto
?