Created
March 1, 2025 01:19
-
-
Save Bazmundi/c5e263f31dd5817f95c288ac882a35d0 to your computer and use it in GitHub Desktop.
Error when inspecting the example at https://block.github.io/goose/docs/tutorials/custom-extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pygments (1.2MiB) | |
Downloading pydantic-core (1.9MiB) | |
Downloaded pygments | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpKSOSPb", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmp4IWDlP/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpOmgRtm", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpTQ7wkt/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpXbTF3D", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpZxE4IT/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpTR59rr", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpvQfoUw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpoATKjo", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpwTJ8pJ/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmp0Ge7wu", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpRF1LDg/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpV7kyb1", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpnNlsEp/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpWkinNi", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpK3Nkdm/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpvqbCJ8", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpx0Q9yl/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmp4qMUqJ", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpWtwTPu/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpCKVqdR", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpDkgG1t/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpQVk1hL", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpzuOa3U/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmp2xTjqu", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpHpB6NU/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpkuXJM9", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpOoTLyw/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpgYlpoF", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpiBWvYb/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmp2J344T", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpAYRMrW/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmpPO8CEQ", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpnlaz0S/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmprXbvdA", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpVTfbty/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. | |
Building mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki | |
Downloading pydantic-core (1.9MiB) | |
× Failed to build `mcp-wiki @ file:///home/asterion/AI/goose/mcp-wiki` ├─▶ The build backend returned an error | |
╰─▶ Call to `hatchling.build.build_editable` failed (exit status: 1) [stderr] Traceback (most recent call last): File "<string>", line 11, in <module> wheel_filename = backend.build_editable("/home/asterion/.cache/uv/builds-v0/.tmprbx1DY", {}, None) File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/build.py", line 83, in build_editable return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable']))) ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 155, in build artifact = version_api[version](directory, **build_data) File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 496, in build_editable return self.build_editable_detection(directory, **build_data) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 507, in build_editable_detection for included_file in self.recurse_selected_project_files(): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/plugin/interface.py", line 180, in recurse_selected_project_files if self.config.only_include: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/config.py", line 713, in only_include only_include = only_include_config.get('only-include', self.default_only_include()) or self.packages ~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 262, in default_only_include return self.default_file_selection_options.only_include ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/asterion/miniconda3/envs/goose/lib/python3.13/functools.py", line 1042, in __get__ val = self.func(instance) File "/home/asterion/.cache/uv/builds-v0/.tmpkW1C8X/lib/python3.13/site-packages/hatchling/builders/wheel.py", line 250, in default_file_selection_options raise ValueError(message) ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: https://hatch.pypa.io/latest/plugins/builder/wheel/#default-file-selection The most likely cause of this is that there is no directory that matches the name of your project (mcp_wiki). At least one file selection option must be defined in the `tool.hatch.build.targets.wheel` table, see: https://hatch.pypa.io/latest/config/build/ As an example, if you intend to ship a directory named `foo` that resides within a `src` directory located at the root of your project, you can define the following: [tool.hatch.build.targets.wheel] packages = ["src/foo"] hint: This usually indicates a problem with the package or the build environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment