Hello, sorry for making a post for what might be a pretty small issue, but I am a very amateurish programmer who just wants to use WhisperX.
Since its update to v3.3.4, it's been given this warning whenever installing the stable version + ffmpeg + py7zr WARNING: Error parsing requirements for numpy: [Errno 2] No such file or directory: '/opt/conda/lib/python3.10/site-packages/numpy-1.26.4.dist-info/METADATA' WARNING: Error parsing requirements for pandas: [Errno 2] No such file or directory: '/opt/conda/lib/python3.10/site-packages/pandas-2.2.2.dist-info/METADATA'along with a lot of dependency errors ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. cudf 24.8.2 requires cubinlinker, which is not installed. cudf 24.8.2 requires cupy-cuda11x>=12.0.0, which is not installed. cudf 24.8.2 requires ptxcompiler, which is not installed. cuml 24.8.0 requires cupy-cuda11x>=12.0.0, which is not installed. dask-cudf 24.8.2 requires cupy-cuda11x>=12.0.0, which is not installed. ucxx 0.39.1 requires libucx>=1.15.0, which is not installed.
If I try to force update it, it gives me this error
ERROR: Cannot uninstall numpy 1.26.4, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps numpy==1.26.4'.
Trying to actually run WhisperX returns this error RuntimeError: Failed to import transformers.pipelines because of the following error (look up to see its traceback): operator torchvision::nms does not exist (if necessary, I can provide the script, however it seems like that is not the issue)
I tried restarting the kernel and installing previous versions of torch and numpy, tried force reinstalling numpy with no deps, but nothing seems to be working and chatGPT is of no help either.
Any advice?