You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated issue generated by Kebechet. The pipfile-requirements manager threw an exception (ValueError) at
runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet
otherwise use the traceback below to help you fix whatever issues were encountered with your repository.
Traceback
Traceback (most recent call last):
File "/home/user/kebechet/kebechet_runners.py", line 193, in run
instance.run(**manager_configuration)
File "/home/user/kebechet/managers/pipfile_requirements/pipfile_requirements.py", line 94, in run
else sorted(self.get_pipfile_requirements(file_contents))
File "/home/user/kebechet/managers/pipfile_requirements/pipfile_requirements.py", line 46, in get_pipfile_requirements
raise ValueError(
ValueError: Package src does not use pinned version: {'editable': True, 'path': './'}
The text was updated successfully, but these errors were encountered:
Description
This is an automated issue generated by Kebechet. The pipfile-requirements manager threw an exception (ValueError) at
runtime. If you think this exception is a bug please open an issue upstream at https://github.com/thoth-station/kebechet
otherwise use the traceback below to help you fix whatever issues were encountered with your repository.
Traceback
Traceback (most recent call last):
File "/home/user/kebechet/kebechet_runners.py", line 193, in run
instance.run(**manager_configuration)
File "/home/user/kebechet/managers/pipfile_requirements/pipfile_requirements.py", line 94, in run
else sorted(self.get_pipfile_requirements(file_contents))
File "/home/user/kebechet/managers/pipfile_requirements/pipfile_requirements.py", line 46, in get_pipfile_requirements
raise ValueError(
ValueError: Package src does not use pinned version: {'editable': True, 'path': './'}
The text was updated successfully, but these errors were encountered: