- Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
i was installed python 3.14 0n windows 10 ,so i decided to install wordcloud module via pip package installer
shows this log:
pip install wordcloud
Collecting wordcloud
Using cached wordcloud-1.9.4.tar.gz (27.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: numpy>=1.6.1 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from wordcloud) (2.3.4)
Requirement already satisfied: pillow in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from wordcloud) (12.0.0)
Requirement already satisfied: matplotlib in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from wordcloud) (3.10.7)
Requirement already satisfied: contourpy>=1.0.1 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (1.3.3)
Requirement already satisfied: cycler>=0.10 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (0.12.1)
Requirement already satisfied: fonttools>=4.22.0 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (4.60.1)
Requirement already satisfied: kiwisolver>=1.3.1 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (1.4.9)
Requirement already satisfied: packaging>=20.0 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (25.0)
Requirement already satisfied: pyparsing>=3 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (3.2.5)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from matplotlib->wordcloud) (2.9.0.post0)
Requirement already satisfied: six>=1.5 in c:\users\dell\appdata\local\programs\python\python314\lib\site-packages (from python-dateutil>=2.7->matplotlib->wordcloud) (1.17.0)
Building wheels for collected packages: wordcloud
Building wheel for wordcloud (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for wordcloud (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [43 lines of output]
C:\Users\DELL\AppData\Local\Temp\pip-build-env-6zm0xcfg\overlay\Lib\site-packages\setuptools\config_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: project.license as a TOML table is deprecated
!!
******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\color_from_image.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\tokenization.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\wordcloud.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\wordcloud_cli.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\_version.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\__init__.py -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\__main__.py -> build\lib.win-amd64-cpython-314\wordcloud running egg_info writing wordcloud.egg-info\PKG-INFO writing dependency_links to wordcloud.egg-info\dependency_links.txt writing entry points to wordcloud.egg-info\entry_points.txt writing requirements to wordcloud.egg-info\requires.txt writing top-level names to wordcloud.egg-info\top_level.txt reading manifest file 'wordcloud.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'wordcloud\TODO' adding license file 'LICENSE' writing manifest file 'wordcloud.egg-info\SOURCES.txt' copying wordcloud\DroidSansMono.ttf -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\query_integral_image.c -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\query_integral_image.pyx -> build\lib.win-amd64-cpython-314\wordcloud copying wordcloud\stopwords -> build\lib.win-amd64-cpython-314\wordcloud running build_ext building 'wordcloud.query_integral_image' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for wordcloud
Failed to build wordcloud
error: failed-wheel-build-for-install
× Failed to build installable wheels for some pyproject.toml based projects
╰─> wordcloud