-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Traceback
Traceback (most recent call last):
File "C:\Users\Harsh\Desktop\test\k.py", line 1, in <module>
import function_schema
File "C:\Users\Harsh\Desktop\test\avenv\lib\site-packages\function_schema\__init__.py", line 4, in <module>
from .core import get_function_schema, guess_type, Doc, Annotated
File "C:\Users\Harsh\Desktop\test\avenv\lib\site-packages\function_schema\core.py", line 4, in <module>
import packaging.version
ModuleNotFoundError: No module named 'packaging'
Steps to Reproduce
- Install the package with
pip install function-schema. - Run the following
import function_schemaI think this is very trivial problem and probably will submit a PR too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels