

Will build using: “c:\Python39\python.exe”ģ.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:24:45) Ĭfg.VERSION: 4.2.0 Running command: buildĬommand '"c:\Python39\python.exe" -c "import os, sys, setuptools.msvc = lambda path: path is not None and os.path.isfile(path) ei = ('x86', vc_min_ver=14.0) env = ei.return_env() env = ei.vc_ver env = ei.vs_ver env = ei.pi.arch env = sys.version_info print(env)"' failed with exit code 1.įile "c:\Python39\lib\site-packages\setuptools\msvc.py", line 1222, in _init_įile "c:\Python39\lib\site-packages\setuptools\msvc.py", line 698, in _init_ Warnings.warn(f" is ignored.", DistDeprecationWarning) Running setup.py install for wxpython: finished with status ‘error’Ĭ:\Python39\lib\site-packages\setuptools\dist.py:294: DistDeprecationWarning: use_2to3 is ignored.

Running setup.py install for wxpython: started

Installing collected packages: pillow, numpy, wxpython Requirement already satisfied: six in c:\python39\lib\site-packages (from wxpython) (1.16.0) Preparing metadata (setup.py): finished with status ‘done’ The first part of the output I redirected to a file of the rest (presumably sent to stderr not stdout), some disappeared off the top of the screen. I installed attrdict with pip, tried again, and got another error. Note: This is an issue with the package mentioned above, not pip.

× Encountered error while generating package metadata. Note: This error originates from a subprocess, and is likely not a problem with pip. ModuleNotFoundError: No module named ‘attrdict’ × python setup.py egg_info did not run successfully.įile “C:\Users\robcl\AppData\Local\Temp\pip-install-tl3ktn1s\wxpython_eae0721dec2b4089893c16b4d1180a2d\setup.py”, line 27, inįrom nfig import Config, msg, opj, runcmd, canGetSOName, getSONameįile “C:\Users\robcl\AppData\Local\Temp\pip-install-tl3ktn1s\wxpython_eae0721dec2b4089893c16b4d1180a2d\buildtools\config.py”, line 30, in Using cached wxPython-4.2.0.tar.gz (71.0 MB) When I tried to install wxpython I got this error:Ĭ:\Python39>python -m pip install wxpython I have wxPython successfully installed under Python 3.8.3.
