Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failture when installing the project as an editable package #15

Open
RF-Tar-Railt opened this issue Jun 30, 2023 · 2 comments
Open

Failture when installing the project as an editable package #15

RF-Tar-Railt opened this issue Jun 30, 2023 · 2 comments

Comments

@RF-Tar-Railt
Copy link
Contributor

RF-Tar-Railt commented Jun 30, 2023

[BuildError]: Build backend raised error: Module 'editables' is missing, please make sure it is specified in the 'build-system.requires'       
section. If it is not possible, add it to the project and use '--no-isolation' option.
Showing the last 10 lines of the build output:
    main()
  File "C:\Users\TR\AppData\Local\Programs\Python\Python39\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 335, in main    
    json_out['return_val'] = hook(**hook_input['kwargs'])
  File "C:\Users\TR\AppData\Local\Programs\Python\Python39\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 273, in
build_editable
    return hook(wheel_directory, config_settings, metadata_directory)
  File "D:\Download\Projects\Alconna-Graia\.venv\Lib\site-packages\mina\backend\__init__.py", line 291, in build_editable
    from pdm.backend.editable import EditableBuilder
  File "D:\Download\Projects\Alconna-Graia\.venv\Lib\site-packages\pdm\backend\editable.py", line 7, in <module>
    from editables import EditableProject
ModuleNotFoundError: No module named 'editables'
@RF-Tar-Railt
Copy link
Contributor Author

麻了,照着pdm-backend来的
怀疑pdm自己动了什么手脚

@GreyElaina
Copy link
Owner

被 pdm 气晕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants