-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
langchain-nvidia-trt installation #11
Comments
@tapansstardog will you share your setup.py or a minimal reproducer?
|
@mattf Here is the code:
|
@tapansstardog i'm not able to reproduce, even when i specify 2.42.0 for tritonclient. it could be there's something else in your environment that is conflicting. is your environment fresh before you run the command? what is the command & full output where you have this error? |
Thanks, let me look into the environment. |
yes but with a fresh environment.
|
Thanks @mattf . Something is not right on my environment. I tried the same on other machine and didn't see any issue. Need to look into it. I am closing the ticket. Thanks. |
Hey @mattf . An update from my end. |
@tapansstardog i used Fedora 39. i don't have a MacOS system available to me. |
I have
setup.py
. When I try to install"langchain-nvidia-trt == 0.0.1rc0"
through setup.py, I get the below error.I am able to run:
pip install --no-deps langchain-nvidia-trt==0.0.1rc0
separately outsidesetup.py
followed bypip install tritonclient[grpc]
. And then I can connect to Triton server. But I am not able to do so withinsetup.py
.The text was updated successfully, but these errors were encountered: