nvidia-riva / python-clients

Riva Python client API and CLI utils
MIT License
62 stars 20 forks source link

I'm getting this error #46

Closed rawathemant246 closed 8 months ago

rawathemant246 commented 1 year ago

cannot import name 'cygrpc' from 'grpc._cython' (d:\Anaconda\envs\Nvidia_riva\lib\site-packages\grpc_cython__init__.py) Output is truncated

Also in the installation procedure python3 setup.py bdist_wheel File "D:\Deep Learning Projects\Nvidia_riva\python-clients\setup.py", line 12, in import grpc_tools.protoc ModuleNotFoundError: No module named 'grpc_tools'

pip install --force-reinstall dist/*.whl

WARNING: Requirement 'dist/.whl' looks like a filename, but the file does not exist ERROR: .whl is not a valid wheel filename

Can you provide me the solution for that. Thanks

virajkarandikar commented 1 year ago

Can you install depdendencies? In this case grpc_tools is missing. Try installing it using python3 -m pip install --user grpcio-tools

virajkarandikar commented 8 months ago

Closing the issue due to inactivity. Please reopen if needed.