Closed abrandenb closed 3 years ago
Makes sense, thanks @abrandenb . Can you also update the build_pip_package.sh in witwidget/pip_package?
Great that you agree @jameswex! 4b404aa66e0f0659357517345337f008c33b5477 should handle the witwidget.
This solved an issue I was seeing when building on Ubuntu where sh -> dash. Without this, the build just hangs forever with no explanation as to what is wrong. Would love to see a 1.8.1 release with this patch added.
We will release a new wit package after one upcoming change to support new Google Cloud Vertex models.
Related to #34, #35
It seems that
build_pip_package.sh
requirespushd
, which is unknown insh
and prevented me from building.This commit allows me to build the package. If there is no good reason to use
/bin/sh
, I propose to explicitly require/bin/bash
. Otherwise, I do not see a good way to build the package on a system without root access and default shellsh
.Let me know what you think!