[GH-ISSUE #186] I have encountered a dependency library conflict. How should I handle it #473

Closed
opened 2026-03-13 20:33:41 +03:00 by kerem · 1 comment
Owner

Originally created by @LamtyX on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/186

Originally assigned to: @AJaySi on GitHub.

Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ D:\AI-Writer\fresh_venv\Scripts\python.exe C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\vendored-meson\meson\meson.py setup C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d.mesonpy-8z0yel4i -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d.mesonpy-8z0yel4i\meson-python-native-file.ini
The Meson build system
Version: 1.2.99
Source dir: C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d
Build dir: C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d.mesonpy-8z0yel4i
Build type: native build
Project name: NumPy
Project version: 1.26.4
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe

  ..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
  The following exception(s) were encountered:
  Running `icl ""` gave "[WinError 2] 系统找不到指定的文件。"
  Running `cl /?` gave "[WinError 2] 系统找不到指定的文件。"
  Running `cc --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `gcc --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `clang --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `clang-cl /?` gave "[WinError 2] 系统找不到指定的文件。"
  Running `pgcc --version` gave "[WinError 2] 系统找不到指定的文件。"

  A full log can be found at C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\.mesonpy-8z0yel4i\meson-logs\meson-log.txt
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip is available: 25.0.1 -> 25.1.1
[notice] To update, run: D:\AI-Writer\fresh_venv\Scripts\python.exe -m pip install --upgrade 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.
hint: See above for details.

Originally created by @LamtyX on GitHub (May 8, 2025). Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/186 Originally assigned to: @AJaySi on GitHub. Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [21 lines of output] + D:\AI-Writer\fresh_venv\Scripts\python.exe C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\vendored-meson\meson\meson.py setup C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\.mesonpy-8z0yel4i -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\.mesonpy-8z0yel4i\meson-python-native-file.ini The Meson build system Version: 1.2.99 Source dir: C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d Build dir: C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\.mesonpy-8z0yel4i Build type: native build Project name: NumPy Project version: 1.26.4 WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe ..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']] The following exception(s) were encountered: Running `icl ""` gave "[WinError 2] 系统找不到指定的文件。" Running `cl /?` gave "[WinError 2] 系统找不到指定的文件。" Running `cc --version` gave "[WinError 2] 系统找不到指定的文件。" Running `gcc --version` gave "[WinError 2] 系统找不到指定的文件。" Running `clang --version` gave "[WinError 2] 系统找不到指定的文件。" Running `clang-cl /?` gave "[WinError 2] 系统找不到指定的文件。" Running `pgcc --version` gave "[WinError 2] 系统找不到指定的文件。" A full log can be found at C:\Users\Administrator\AppData\Local\Temp\pip-install-m67ynwez\numpy_b57f3a7346ca448f8528a283cabfc39d\.mesonpy-8z0yel4i\meson-logs\meson-log.txt [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [notice] To update, run: D:\AI-Writer\fresh_venv\Scripts\python.exe -m pip install --upgrade 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. hint: See above for details.
kerem closed this issue 2026-03-13 20:33:47 +03:00
Author
Owner

@AJaySi commented on GitHub (May 8, 2025):

Hello,

The problem seems with your windows setup and missing pre-reqs. Please follow steps from this folder readme files. docker install is recommended. Refer: https://github.com/AJaySi/AI-Writer/tree/main/Getting%20Started

Note: running install_alwrity.bat will tell you whats missing and required.

..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
  The following exception(s) were encountered:
<!-- gh-comment-id:2862132541 --> @AJaySi commented on GitHub (May 8, 2025): Hello, The problem seems with your windows setup and missing pre-reqs. Please follow steps from this folder readme files. docker install is recommended. **Refer: https://github.com/AJaySi/AI-Writer/tree/main/Getting%20Started** **Note:** running install_alwrity.bat will tell you whats missing and required. ``` ..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']] The following exception(s) were encountered: ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#473
No description provided.