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
Trying to Build MMCV from source but when i am runing command `**MMCV_WITH_OPS=1 pip install -e .**` after that i am getting this issue _
Reproduces the problem - code sample
py/src/constraint.cpp:8:10: fatal error: 'algorithm' file not found
8 | #include
| ^~~~~~~~~~~
1 error generated.
/private/var/folders/wf/62l_k2jj53qcbx44d6j2sj200000gn/T/pip-build-env-_71ai66b/overlay/lib/python3.7/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for [tool.setuptools] in pyproject.toml is still beta.
config = read_configuration(filepath, True, ignore_option_errors, dist)
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kiwisolver
Failed to build Pillow matplotlib kiwisolver
ERROR: Could not build wheels for Pillow, matplotlib, kiwisolver, which is required to install pyproject.toml-based projects
ERROR: Failed building wheel for kiwisolver
Failed to build Pillow matplotlib kiwisolver
ERROR: Could not build wheels for Pillow, matplotlib, kiwisolver, which is required to install pyproject.toml-based projects
Additional information
to build MMCV
The text was updated successfully, but these errors were encountered:
Prerequisite
Environment
Reproduces the problem - code sample
py/src/constraint.cpp:8:10: fatal error: 'algorithm' file not found
8 | #include
| ^~~~~~~~~~~
1 error generated.
/private/var/folders/wf/62l_k2jj53qcbx44d6j2sj200000gn/T/pip-build-env-_71ai66b/overlay/lib/python3.7/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for
[tool.setuptools]
inpyproject.toml
is still beta.config = read_configuration(filepath, True, ignore_option_errors, dist)
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kiwisolver
Failed to build Pillow matplotlib kiwisolver
ERROR: Could not build wheels for Pillow, matplotlib, kiwisolver, which is required to install pyproject.toml-based projects
Reproduces the problem - command or script
Reproduces the problem - error message
ERROR: Failed building wheel for kiwisolver
Failed to build Pillow matplotlib kiwisolver
ERROR: Could not build wheels for Pillow, matplotlib, kiwisolver, which is required to install pyproject.toml-based projects
Additional information
to build MMCV
The text was updated successfully, but these errors were encountered: