Package Details: python-instructor 1.2.2-1

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/jxnl/instructor
Licenses: MIT
Submitter: carsme
Maintainer: carsme
Last Packager: carsme
Votes: 1
Popularity: 0.111160
First Submitted: 2024-01-09 08:38 (UTC)
Last Updated: 2024-04-22 07:04 (UTC)

Latest Comments

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'