You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user install our package, get a WARNING: pyhive 0.7.0 does not provide the extra 'hive-pure-sasl' and only installed pyhive without hive_pure_sasl extra, pure-sasl, thrift and thrift_sasl are missing.
@camper42 I respect your professionalism in the Python area, please go ahead, and looking forward to your further contributions to the Python module :)
Code of Conduct
Search before asking
What would you like to be improved?
We have a python package depends on
pyhive[hive_pure_sasl]
, and we use poetry to manage packaging.user install our package, get a
WARNING: pyhive 0.7.0 does not provide the extra 'hive-pure-sasl'
and only installedpyhive
withouthive_pure_sasl
extra,pure-sasl
,thrift
andthrift_sasl
are missing.after some investigations, I found this python-poetry/poetry#6819.
according to PEP 503 and PEP 685, I think we should use
hive-pure-sasl
instead ofhive_pure_sasl
to declear extra requires to avoid this problem.How should we improve?
change to
'hive-pure-sasl': ['pure-sasl>=0.6.2', 'thrift>=0.10.0', 'thrift_sasl>=0.1.0'],
and release 0.7.1
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: