tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

ASR model export unable to find nemo2riva version that meets the dependency with nvidia-eff

Open tapashpaul86 opened this issue 2 years ago • 0 comments

ASR model export !pip install nemo2riva is not being resolved

cell: print(riva_version) !pip install nvidia-pyindex !ngc registry resource download-version "nvidia/riva/riva_quickstart:"$riva_version !pip install nemo2riva !pip install protobuf==3.20.0

============ 2.10.0 ++++++++++ getting following resolution error Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/, https://pypi.ngc.nvidia.com/ Collecting nemo2riva Using cached nemo2riva-2.11.0-py3-none-any.whl (33 kB) Collecting pyarmor<8 (from nemo2riva) Using cached pyarmor-7.7.4-py2.py3-none-any.whl (2.3 MB) Requirement already satisfied: nemo-toolkit>=1.13 in /usr/local/lib/python3.10/dist-packages (from nemo2riva) (1.19.0rc0) INFO: pip is looking at multiple versions of nemo2riva to determine which version is compatible with other requirements. This could take a while. Collecting nemo2riva Using cached nemo2riva-2.10.0-py3-none-any.whl (33 kB) Using cached nemo2riva-2.9.0-py3-none-any.whl (32 kB) ERROR: Cannot install nemo2riva==2.10.0, nemo2riva==2.11.0 and nemo2riva==2.9.0 because these package versions have conflicting dependencies.

The conflict is caused by: nemo2riva 2.11.0 depends on nvidia-eff<=0.6.2 and >=0.5.3 nemo2riva 2.10.0 depends on nvidia-eff<=0.6.2 and >=0.5.3 nemo2riva 2.9.0 depends on nvidia-eff<=0.6.2 and >=0.5.3

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

tapashpaul86 avatar Jun 09 '23 13:06 tapashpaul86