Using python 3.8, run 'pip install jira' fails when linking to create _openssl.cp38-win32.lib. The compile completes, but I'm getting a bunch of unresolved external symbols for _openssl.obj.
Try to install the requirements.txt dependencies.
pip install -r requirements.txt
or
pip install requirements.txt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.