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
Due to differences in the structure/naming of build folder(s) and artifacts when using poetry instead of pip, building the turbodbc src package will fail. For further details see blue-yonder/turbodbc#358.
Additional complexity to this problem may be added by the fact that for the turbodbc project it may not be possible or feasible to back port the fix and therefore a version update of the turbodbc dependency may also be needed.
requirements_extras.txt
turbodbc==3.3.0 # 4.0.0 introduced some breaking change (e.g. drops Python 2.7 support) if the fix is not backported
Possible Solution(s)
Drop turbodbc feature/support
The turbodbc project also provides a wheel for the different target systems (additional to the src distribution)
The turbodbc project fixes the deduction of the build- paths/artifacts
Update the version of the dependency if the fix isn't back ported
(Due to the fact that the latest turbodbc package requires python >= 3.8 this implies we also address Remove support for Python < 3.8 #135)
Description
Due to differences in the structure/naming of build folder(s) and artifacts when using
poetry
instead ofpip
, building theturbodbc
src package will fail. For further details see blue-yonder/turbodbc#358.Additional complexity to this problem may be added by the fact that for the
turbodbc
project it may not be possible or feasible to back port the fix and therefore a version update of theturbodbc
dependency may also be needed.requirements_extras.txt
Possible Solution(s)
(Due to the fact that the latest turbodbc package requires
python >= 3.8
this implies we also address Remove support for Python < 3.8 #135)Tasks
The text was updated successfully, but these errors were encountered: