Hello all,
I tried to do C3_W4_Lab_1_TFMA, but when I execute the cell that installs tensorflow_data_validation
I get an unrecoverable error:
ERROR: Could not find a version that satisfies the requirement tensorflow_data_validation==1.12 (from versions: none)
I tried it several times, restarted the runtime, closed and reopened the notebook, all with no effect.
Can anybody help, please?
Regards,
Felix
When searching for tensorflow_data_validation
on pypi.org
it yields tensorflow-data-validation 1.13.0
released on April 14, 2023. It says it is compatible with python 3.8
and 3.9
. But the Lab notebook is running python 3.10
Trying to downgrade python in the Lab notebook fails.
1 Like
Thanks for reporting. The staff have been notified to fix this.
1 Like
Thank you for responding. I guess I’ll have to wait too. I got the notification on the prelaunch page and thought to come check here if any fix had been found.
Hi, this issue persists in all notebooks in C3_W4 Labs… Could not get any of them working.
none of them can load/import TFMA
Hi everyone! The notebooks have been migrated to Coursera while our partners resolve the Colab issue. Please visit the classroom for the updated links. The exception would be the TFX Evaluator notebook in Week 4 (2nd ungraded lab). We’re finalizing some changes and will update this thread once it is re-launched. Thank you!
2 Likes
Thank you for your good works.
1 Like
The tensorflow team has added a temporal workaround this issue TFX cannot be installed in Colab since Colab runs on Python 3.10 · Issue #5897 · tensorflow/tfx · GitHub. To solve this issue you have to downgrade colab python version by setting the runtime to use fallback version.
Hi Sbonelo and welcome to the community! Thanks for sharing this tip for running on Colab!