runtime error

on_version < "3.11", but you have numpy 1.22.0 which is incompatible. Successfully installed numpy-1.22.0 [notice] A new release of pip available: 22.3.1 -> 23.3.2 [notice] To update, run: python -m pip install --upgrade pip 2023-12-21 08:34:52,688 - modelscope - INFO - PyTorch version 1.11.0 Found. 2023-12-21 08:34:52,688 - modelscope - INFO - Loading ast index from /home/user/.cache/modelscope/ast_indexer 2023-12-21 08:34:52,688 - modelscope - INFO - No valid ast index found from /home/user/.cache/modelscope/ast_indexer, generating ast index from prebuilt! 2023-12-21 08:34:52,829 - modelscope - INFO - Loading done! Current index file version is 1.10.0, with md5 f8a863fa73fb664741434fb1eaec6ea9 and a total number of 946 components indexed Downloading the weight of neural vocoder: TFGAN Weights downloaded in: /home/user/.cache/voicefixer/synthesis_module/44100/model.ckpt-1490000_trimed.pt Size: 135613039 Downloading the main structure of voicefixer Weights downloaded in: /home/user/.cache/voicefixer/analysis_module/checkpoints/vf.ckpt Size: 489307071 Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> voicefixer = VoiceFixer() File "/home/user/.local/lib/python3.10/site-packages/voicefixer/base.py", line 13, in __init__ self._model = voicefixer_fe(channels=2, sample_rate=44100) File "/home/user/.local/lib/python3.10/site-packages/voicefixer/restorer/model.py", line 180, in __init__ self.vocoder = Vocoder(sample_rate=44100) File "/home/user/.local/lib/python3.10/site-packages/voicefixer/vocoder/base.py", line 19, in __init__ self._load_pretrain(Config.ckpt) File "/home/user/.local/lib/python3.10/site-packages/voicefixer/vocoder/base.py", line 25, in _load_pretrain self.model = Generator(Config.cin_channels) File "/home/user/.local/lib/python3.10/site-packages/voicefixer/vocoder/model/generator.py", line 34, in __init__ nn.utils.parametrizations.weight_norm( AttributeError: module 'torch.nn.utils.parametrizations' has no attribute 'weight_norm'

Container logs:

Fetching error logs...