Issue with custom wheel packages via the pre-install script, the build completes but somehow no new/added attributes/functions of the new (bumped) wheel package are available.
In the past it all worked smoothly and when we updated or added functionality we just bumped the version of the wheel package (created locally) and bumped the version in the pre-install script, such that a new image would be build and the app could run based on newly added functionality.
Today however, we encounter an issue when updating a wheel package and building a new image. The build runs and completes just as it always does, however when running the app and code we get error message that states that the module (based on updated wheel packages) does not contain an attribute/function that we are trying to call.
We tried installing the wheel package in a local python environment to see if the attribute/function was indeed not available, but in a local python environment the attribute/function is available. So we think we can rule out the possibility that it is an issue caused by incorrect build of the wheel package.
Happy to hear anybody’s thoughts!