Update setup.py UX responses and module checks with helpful messaging#277
Update setup.py UX responses and module checks with helpful messaging#277bgorlick wants to merge 1 commit into
Conversation
|
This would need a bit of testing to make sure it works with the build/release workflows. I'll look at it when I bump to 0.0.12 |
|
So will this fail in conda when I do python setup.py install because I do not add "user". |
|
The There are also a lot of deprecation warnings so invoking the |
|
You're right it is the future. llama.cpp python and others use that now. Often times I have to edit setup files anyway because many push hard versioned deps. |
Small update to setup.py. I've modified the user experience messaging to make life a bit easier for new users diving in. Smoother module dependency checks now (none requiring anything except base python in case they don't have setuptools or anything) with some added helpful verbage. Example is now if you accidentally forget arguments, it'll nudge towards the README while suggesting the proper setup install command. If you don't have certain modules, it'll tell you which are missing. The previous one if you didn't have torch just exited and you saw a missing torch module error.