setup.py error

#1
by NicDev - opened

Hey there, first of all great and exciting work!

on pip install I'm getting this error though

line 74, in check_if_cuda_home_none
warnings.warn(
NameError: name 'warnings' is not defined. Did you mean: 'Warning'?
[end of output]

As I can see from the GitHub Repo, warnings import is indeed missing - could you please take a look at it? Thanks :)

https://github.com/microsoft/MInference/blob/main/setup.py

Microsoft org

Hi @NicDev , thanks for your feedback. Fixed in #30, please try to use pip install minference -U.

iofu728 changed discussion status to closed

Sign up or log in to comment