Autotrain space building - runtime error

It used to work fine, but today I keep getting this error when building AutoTrain space. Do you know what is happening here? I have done couple of factory rebuilds, but no luck.

===== Application Startup at 2023-11-21 21:12:20 =====


==========
== CUDA ==
==========

CUDA Version 12.1.0

Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license

A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.

*************************
** DEPRECATION NOTICE! **
*************************
THIS IMAGE IS DEPRECATED and is scheduled for DELETION.
    https://gitlab.com/nvidia/container-images/cuda/blob/master/doc/support-policy.md

> INFO    Installing latest xformers
> INFO    Successfully installed latest xformers
Traceback (most recent call last):
  File "/app/env/bin/autotrain", line 33, in <module>
    sys.exit(load_entry_point('autotrain-advanced', 'console_scripts', 'autotrain')())
  File "/app/src/autotrain/cli/autotrain.py", line 48, in main
    command.run()
  File "/app/src/autotrain/cli/run_app.py", line 57, in run
    from ..apps.main import main
  File "/app/src/autotrain/apps/main.py", line 1, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'
ERROR conda.cli.main_run:execute(49): `conda run /bin/bash -c autotrain setup && autotrain app --port 7860` failed. (See above for error)
1 Like

I’m having the same issue

Hey! I also get the error.

sorry for the inconvenience. pushed a fixed now. build takes ~20mins. after that, it should be fine again.

1 Like

I’m facing the same issue.

issue has been fixed!