Open pierreay opened 4 months ago
Hello @pierreay,
Were the other package requirements installed successfully? If so, while we check this bug, you can try using one of the following commands (with the conda environment already activated):
pip install <package>
or
conda install <package>
Where <package>
would be pytorch, torchvision, torchaudio, pybind11, fastwer, etc. You may need to search for the proper way to install each library, specially using conda.
Except the packages from the error above, the others installed correctly. I'm not familiar with Conda, but I expect it to install the packages automatically in the newly created environment, isn't it? By the way, I have a Miniconda distribution installed on my system. Since there is 200+ packages listed in requirements.txt
, I'm not expecting to install all of them manually... :)
I'm facing the same issue, any update?
Hi! I wanted to try the project. However, I'm not familiar with Conda. During the environment creation (using
conda create
) just as stated in theREADME
, I got the following error:If I understand, you used additional Conda Channels that are not configured by default? If yes, I would be glad to see the proper Conda configuration (i.e., channels) that we have to use to successfully create the environment in the
README
. :)