Skip to content

Error when running FSM #11

Description

@natenog

(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 % /usr/local/bin/python3 /Users/nikoo/software-tm-OR_NLP-2/statefu
l_implementation/statecaller.py
Traceback (most recent call last):
File "/Users/nikoo/software-tm-OR_NLP-2/stateful_implementation/statecaller.py", line 1, in
from gptcaller import prompt
File "/Users/nikoo/software-tm-OR_NLP-2/stateful_implementation/gptcaller.py", line 2, in
from gpt4all import GPT4All
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/init.py", line 1, in
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/gpt4all.py", line 23, in
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/_pyllmodel.py", line 34, in
if subprocess.run(
^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sysctl', '-n', 'sysctl.proc_translated']' returned non-zero exit status 1.
(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 % /usr/local/bin/python3 /Users/nikoo/software-tm-OR_NLP-2/statefu
l_implementation/statecaller.py
Traceback (most recent call last):
File "/Users/nikoo/software-tm-OR_NLP-2/stateful_implementation/statecaller.py", line 1, in
from gptcaller import prompt
File "/Users/nikoo/software-tm-OR_NLP-2/stateful_implementation/gptcaller.py", line 2, in
from gpt4all import GPT4All
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/init.py", line 1, in
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/gpt4all.py", line 23, in
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gpt4all/_pyllmodel.py", line 34, in
if subprocess.run(
^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sysctl', '-n', 'sysctl.proc_translated']' returned non-zero exit status 1.
(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 % python -c "import gpt4all; print(gpt4all.file)"

Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/init.py", line 1, in
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/gpt4all.py", line 23, in
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/_pyllmodel.py", line 34, in
if subprocess.run(
^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sysctl', '-n', 'sysctl.proc_translated']' returned non-zero exit status 1.
(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 % python -c "import gpt4all; print(gpt4all.file)"

Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/init.py", line 1, in
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/gpt4all.py", line 23, in
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/_pyllmodel.py", line 34, in
if subprocess.run(
^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sysctl', '-n', 'sysctl.proc_translated']' returned non-zero exit status 1.
(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 % python -c "import gpt4all; print(gpt4all.file)"

Traceback (most recent call last):
File "", line 1, in
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/init.py", line 1, in
from .gpt4all import CancellationError as CancellationError, Embed4All as Embed4All, GPT4All as GPT4All
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/gpt4all.py", line 23, in
from ._pyllmodel import (CancellationError as CancellationError, EmbCancelCallbackType, EmbedResult as EmbedResult,
File "/opt/anaconda3/lib/python3.12/site-packages/gpt4all/_pyllmodel.py", line 34, in
if subprocess.run(
^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sysctl', '-n', 'sysctl.proc_translated']' returned non-zero exit status 1.
(base) nikoo@dhcp-128-189-197-180 software-tm-OR_NLP-2 %

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions