Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Install problem with python JIRA

tim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 15, 2019

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.

1 answer

0 votes
brbojorque
Community Champion
December 17, 2019

Try to install the requirements.txt dependencies.

pip install -r requirements.txt 

or

pip install requirements.txt 

Suggest an answer

Log in or Sign up to answer