Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
246 stars 76 forks source link

Dependancy fail in installation. #119

Closed arthtux closed 5 years ago

arthtux commented 5 years ago

Description

pip install nipyapi dosen't work. because the dependancy deepdiff 4.0.0 dosent support python 2

Chaffelson commented 5 years ago

Hi, I have pushed patch version 12.1 to fix this issue. I have pinned deepdiff to be <4.0 to maintain py2 compatibility for users that need it - I expect we will have to revisit this eventually.