-
Notifications
You must be signed in to change notification settings - Fork 6
第四步不行 #6
Description
)(track5) u2025170778@n1:~/jupyterlab/track5/track5-main$ pip install -e . --no-cache-dir --force-reinstall
Obtaining file:///home/u2025170778/jupyterlab/track5/track5-main
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "/home/u2025170778/.conda/envs/track5/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in
main()
File "/home/u2025170778/.conda/envs/track5/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
json_out["return_val"] = hook(**hook_input["kwargs"])
File "/home/u2025170778/.conda/envs/track5/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 178, in prepare_metadata_for_build_wheel
whl_basename = backend.build_wheel(metadata_directory, config_settings)
AttributeError: module 'setuptools' has no attribute 'build_wheel'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip