Hi,
I'm trying to install VS Code Aster in my VSCode. I installed the latest version of Python, Numpy, and pygls 1.3.1. When I tried to install medcoupling, I got the following error (via Shell Prompt):
pip install medcoupling
Collecting medcoupling
Using cached medcoupling-9.7.0.post2.tar.gz (15 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy in .\AppData\Local\Programs\Python\Python314\Lib\site-packages (from medcoupling) (2.4.6)
Building wheels for collected packages: medcoupling
Building wheel for medcoupling (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for medcoupling (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools_vendor\wheel\bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
warn(
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools\dist.py:332: InformationOnly: Normalizing '9.7.0r2' to '9.7.0.post2'
self.metadata.version = self._normalize_version(self.metadata.version)
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools\dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
cmake executable not found. Set CMAKE_EXE environment or update your path
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for medcoupling
Failed to build medcoupling
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> medcoupling
Hi,
I'm trying to install VS Code Aster in my VSCode. I installed the latest version of Python, Numpy, and pygls 1.3.1. When I tried to install medcoupling, I got the following error (via Shell Prompt):
× Building wheel for medcoupling (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools_vendor\wheel\bdist_wheel.py:4: FutureWarning: The 'wheel' package is no longer the canonical location of the 'bdist_wheel' command, and will be removed in a future release. Please update to setuptools v70.1 or later which contains an integrated version of this command.
warn(
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools\dist.py:332: InformationOnly: Normalizing '9.7.0r2' to '9.7.0.post2'
self.metadata.version = self._normalize_version(self.metadata.version)
C:\Users\g\AppData\Local\Temp\pip-build-env-dyh4zaev\overlay\Lib\site-packages\setuptools\dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for medcoupling
Failed to build medcoupling
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> medcoupling