-
Notifications
You must be signed in to change notification settings - Fork 2
No module named 'packaging' #11
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
Comments
Made 2 PRs with 2 different solutions to this, need to pick only one of them.
personally i prefer #13 and that is why i made 2 PRs. |
@Harsh-br0 Among the two solutions you proposed, I am considering to choose writing a custom utility because I prefer not to have external dependencies. Additionally, I will review if it is possible to achieve the goal by comparing features instead of version numbers. |
Thank you for your quick response and for this amazing utility.
That is nice but seems like the feature itself is version dependent (Special Union Type syntax was introduced after py3.10), so it's just makes sense to check on version number but i totally agreed with this idea to have feature specific checks. At the end, i wanted to say that don't lose motivation real quick on this tool cuz i would like to use it on production too. 🫡 |
Thank you for your valuable feedback and kind words about the utility! I agree that resolving the issue using version number comparison is the right direction for now. However, we will consider implementing feature-specific checks in the future if feasible. Your encouragement means a lot, and I am committed to continuing development to make this tool production-ready. |
Traceback
Steps to Reproduce
pip install function-schema
.I think this is very trivial problem and probably will submit a PR too.
The text was updated successfully, but these errors were encountered: