After much struggle with installation, I am now sharing a definitive environment.
This is undoubtedly a solid environment where the ctcdecode module works reliably.
"I have confirmed that the installation was successful after repeating the installation process five times consecutively in the same environment."

The installation environment is as follows:"
[INSTALLATION]
- conda create -n [name] python=3.8
- conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 pytorch-cuda=12.1 -c pytorch -c nvidia
*But, torchdata 0.7.1 requires torch>=2, but you have torch 1.12.0 which is incompatible.
After much struggle with installation, I am now sharing a definitive environment.
This is undoubtedly a solid environment where the ctcdecode module works reliably.
"I have confirmed that the installation was successful after repeating the installation process five times consecutively in the same environment."

The installation environment is as follows:"
[INSTALLATION]
*But, torchdata 0.7.1 requires torch>=2, but you have torch 1.12.0 which is incompatible.