Search Criteria
Package Details: python-instructor 1.13.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-instructor.git (read-only, click to copy) |
|---|---|
| Package Base: | python-instructor |
| Description: | Structured outputs for LLMs |
| Upstream URL: | https://github.com/567-labs/instructor |
| Licenses: | MIT |
| Submitter: | carsme |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 1 |
| Popularity: | 0.000001 |
| First Submitted: | 2024-01-09 08:38 (UTC) |
| Last Updated: | 2025-11-06 13:32 (UTC) |
Dependencies (25)
- python
- python-aiohttp
- python-docstring-parserAUR
- python-google-genaiAUR
- python-grpcio
- python-httpx (python-httpx-gitAUR)
- python-jinja
- python-jiter
- python-mistralaiAUR
- python-openai
- python-pydantic
- python-regex (python-regex-gitAUR)
- python-rich
- python-tenacity
- python-typer
- python-typing_extensions
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- Show 5 more dependencies...
Latest Comments
« First ‹ Previous 1 2
brokenpip3 commented on 2024-12-02 23:31 (UTC)
I have the same issue
it seems that the multimodal image tests that we need to ignore are under
tests/test_multimodal.pyhere https://github.com/instructor-ai/instructor/blob/main/tests/test_multimodal.pyenvolution commented on 2024-11-16 09:37 (UTC)
@8ar10der could you please try this new version?
8ar10der commented on 2024-11-04 19:37 (UTC) (edited on 2024-11-04 19:42 (UTC) by 8ar10der)
Build failed:
titaniumbones commented on 2024-04-11 22:21 (UTC)
I have a very similar issue to @skyw4ll, in which pytest seems to be picking up an erroneous path somewhere. iN my case it looks for
~/__init.not just in my home user diretory, but also in hte home directories of other users on my system. I really have no idea what's going on; do you?skyw4ll commented on 2024-03-26 12:29 (UTC) (edited on 2024-03-26 12:35 (UTC) by skyw4ll)
I have got an error when i am updating the package.
/usr/lib/python3.11/site-packages/pluggy/_hooks.py:501: in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) /usr/lib/python3.11/site-packages/pluggy/_manager.py:119: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) /usr/lib/python3.11/site-packages/_pytest/python.py:212: in pytest_collect_directory if pkginit.is_file(): /usr/lib/python3.11/pathlib.py:1267: in is_file return S_ISREG(self.stat().st_mode) /usr/lib/python3.11/pathlib.py:1013: in stat return os.stat(self, follow_symlinks=follow_symlinks) E PermissionError: [Errno 13] Permission denied: '/home/1000/.cache/dconf/__init__.py'« First ‹ Previous 1 2