-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
In linux, running spin lint gives me this error.
Traceback (most recent call last):
File "/usr/lib64/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib64/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ruff'
An internal error has occurred. Please file a bug report at
https://github.com/scientific-python/spin
including the above traceback and the following information:
spin: 0.13, package: numpy
Aborting.
Running ruff gives zsh: command not found: ruff, because it's not installed.
Running python -m pip install ruff fixes the issue, so there's an error with the dependencies. I'm in Python 3.11, OpenSUSE Tumbleweed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels