i am installing wxPython on ubuntu 22.04 but the process is stand from 30min on last line
pip install wxPython
Defaulting to user installation because normal site-packages is not writeable
Collecting wxPython
Using cached wxPython-4.1.1.tar.gz (66.0 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: pillow in /usr/lib/python3/dist-packages (from wxPython) (9.0.1)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from wxPython) (1.16.0)
Requirement already satisfied: numpy in ./.local/lib/python3.10/site-packages (from wxPython) (1.22.4)
Building wheels for collected packages: wxPython
Building wheel for wxPython (setup.py) ... \
Building wheel for wxPython (setup.py) ...
Loading is working but process not finish over 30 min what I do.
0 Answers