有大佬能看看为什么这个wxpython装不上去吗...

Collecting wxpython
  Using cached wxPython-4.2.0.tar.gz (71.0 MB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: pillow in d:\python\lib\site-packages (from wxpython) (9.3.0)
Requirement already satisfied: six in d:\python\lib\site-packages (from wxpython) (1.16.0)
Requirement already satisfied: numpy in d:\python\lib\site-packages (from wxpython) (1.24.0)
Installing collected packages: wxpython
  DEPRECATION: wxpython is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for wxpython ... error
  error: subprocess-exited-with-error

  × Running setup.py install for wxpython did not run successfully.
  │ exit code: 1
  ╰─> [45 lines of output]
      d:\python\lib\site-packages\setuptools\dist.py:770: UserWarning: Usage of dash-separated 'license-file' will not be supported in future versions. Please use the underscore name 'license_file' instead
        warnings.warn(
      d:\python\lib\site-packages\setuptools\config\setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
        warnings.warn(msg, warning_class)
      d:\python\lib\site-packages\setuptools\dist.py:316: DistDeprecationWarning: use_2to3 is ignored.
        warnings.warn(f"{attr} is ignored.", DistDeprecationWarning)
      running install
      d:\python\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      WARNING: Building this way assumes that all generated files have been
      generated already.  If that is not the case then use build.py directly
      to generate the source and perform the build stage.  You can use
      --skip-build with the bdist_* or install commands to avoid this
      message and the wxWidgets and Phoenix build steps in the future.

      "d:\python\python.exe" -u build.py build
      Will build using: "d:\python\python.exe"
      3.9.0 (tags/v3.9.0:9cf6752, Oct  5 2020, 15:23:07) [MSC v.1927 32 bit (Intel)]
      Python's architecture is 32bit
      cfg.VERSION: 4.2.0

      Running command: build
      Running command: build_wx
      Command '"d:\python\python.exe" -c "import os, sys, setuptools.msvc; setuptools.msvc.isfile = lambda path: path is not None and os.path.isfile(path); ei = setuptools.msvc.EnvironmentInfo('x86', vc_min_ver=14.0); env = ei.return_env(); env['vc_ver'] = ei.vc_ver; env['vs_ver'] = ei.vs_ver; env['arch'] = ei.pi.arch; env['py_ver'] = sys.version_info[:2]; print(env)"' failed with exit code 1.
      Traceback (most recent call last):

        File "", line 1, in 

        File "d:\python\lib\site-packages\setuptools\msvc.py", line 1120, in __init__

          self.si = SystemInfo(self.ri, vc_ver)

        File "d:\python\lib\site-packages\setuptools\msvc.py", line 596, in __init__

          vc_ver or self._find_latest_available_vs_ver())

        File "d:\python\lib\site-packages\setuptools\msvc.py", line 610, in _find_latest_available_vs_ver

          raise distutils.errors.DistutilsPlatformError(

      distutils.errors.DistutilsPlatformError: No Microsoft Visual C++ version found
      Finished command: build_wx (0.430s)
      Finished command: build (0.430s)
      Command '"d:\python\python.exe" -u build.py build' failed with exit code 1.
      [end of output]

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

× Encountered error while trying to install package.
╰─> wxpython

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

因为前段时间不小心把ride的库搞崩了就想着卸掉重新装一个,但是在装wxpython的时候一直报错,手动也报错,来来回回换了好几次版本,现在处于一个快崩溃的状态...

你可能感兴趣的:(python,windows,pip)