Hello everyone,
in this ungraded lab running the command context.run(transform) gives the following error:
NotFoundError: Failed to create a directory: ./pipeline/Transform\updated_analyzer_cache\10/.-pipeline-CsvExampleGen-examples-6-Split-train-STAR-61076a467fcabed24dfc6be3068388bcb4bec10bb147fb5b6555fb8807b27e1c; No such file or directory
All the other components worked fine but the transform component gives that error.
So I would appreciate your help here to walk forward.
P.S. I replicated the lab in my local machine with a virtuel environment on miniconda.
Best
Vahdet
1 Like
I just ran the lab to completion without errors. Please follow these steps to refresh your workspace and try again. Should the same failure be observed, please click my name and message your notebook as an attachment.
Remember to remove all files before refreshing your workspace.
1 Like
Please use package versions that match the coursera jupyter environment. The assignments are likely to get updated in the future to support newer versions of packages.
well that is the problem!
I have installed all the vital packages one by one.
python=3.8
tfx=1.3
apache-beam[gcp]==2.32
tensorflow-data-validation=1.3
tensorflow=2.6
tensorflow-model-analysis=0.34.1
tensorflow-transform=1.3
I mean It would be nice to have a requirements.txt file for the compatible package versions so that we dont run into any problem.
cheers
vahdet
Point taken. I’ve created a topic in the mentor lounge to share requirements.txt
based on your ask. Let’s see what happens.
Cheers.
1 Like