Installing eikon package for Python

I tried to install eikon package for Python on a new computer.

I ran "pip install eikon" from Windows command prompt, then this error message appeared.

"pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available."

As written in https://stackoverflow.com/questions/54394764/pip-is-configured-with-locations-that-require-tls-ssl-however-the-ssl-module-i/54394791,

I added the path to libeay32.dll. However, it's not working.

This may not be a suitable question to post here. However, I appreciate if you can help me.

Best Answer