Check if user is trying to install spotify-tensorflow
via --requirements_file
option
#171
Labels
bug
Something isn't working
When user launches a python beam job for tft or stats generation, they can still specify
--requirements_file
to installspotify-tensorflow
, which we know it'll cause problem because of tfdv package. We should disable this option or check ifspotify-tensorflow
is in the requirements file, and alert user.The text was updated successfully, but these errors were encountered: