Playonlinux is not opening

Asked by Laxmidhar Routa

I have installed Playonlinux when i am double tapping the app it is not opening and did the uninstall and reinstallation still it is not opening. When i open the Playonlinux from terminal i got below error while python 3.10 already installed in my system.
Can someone please help me fixing the error.

Looking for python3... 3.10.10 - Traceback (most recent call last):
  File "/usr/share/playonlinux/python/check_python.py", line 3, in <module>
    import wx
ModuleNotFoundError: No module named 'wx'
failed tests
Looking for python...
Looking for python2.7...
Looking for python2.6...
Looking for python2...
Please install python before trying to run this program

Thank you in advance.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Which Ubuntu release are you running and how did you install playonlinux?

What is the output of the following diagnostic commands (to be executed in a terminal window):

uname -a
lsb_release -crid
apt policy playonlinux python3 python3-wxgtk4.0
which python
which python3

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#2

I am using Ubuntu 22.04 LTS and i installed through terminal (sudo apt install playonlinux)

uname -a
Linux laxmidhar-HP-Laptop-15s-du0xxx 5.19.0-38-generic #39~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 17 21:16:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy

apt policy playonlinux python3 python3-wxgtk4.0
playonlinux:
  Installed: 4.3.4-2
  Candidate: 4.3.4-2
  Version table:
 *** 4.3.4-2 500
        500 http://in.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages
        500 http://in.archive.ubuntu.com/ubuntu jammy/multiverse i386 Packages
        100 /var/lib/dpkg/status
python3:
  Installed: 3.10.6-1~22.04
  Candidate: 3.10.6-1~22.04
  Version table:
 *** 3.10.6-1~22.04 500
        500 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     3.10.4-0ubuntu2 500
        500 http://in.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
python3-wxgtk4.0:
  Installed: 4.0.7+dfsg-13build1
  Candidate: 4.0.7+dfsg-13build1
  Version table:
 *** 4.0.7+dfsg-13build1 500
        500 http://in.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
        100 /var/lib/dpkg/status

which python3
/usr/local/bin/python3

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

It seems that you have two different python installations on your system.

What is the output of the commands

/usr/bin/python3.10 -VV
/usr/local/bin/python3 -VV

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#4

But manually i installed python 3.10.10 how there is two python i also dont kmow

/usr/bin/python3.10 -VV
Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0]

/usr/local/bin/python3 -VV
Python 3.10.10 (main, Apr 4 2023, 13:13:18) [GCC 11.3.0]

Please help me what to do next.
Thanking you for your help.

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

You have installed the python version from Ubuntu (version 3.10.6 in /usr/bin/python3.10) but also a foreign version (3.10.10 in /usr/local/bin/python3) which apparently prevents that playonlinux is correctly working.

I do not know why you have added another python version, but I suggest that you uninstall that foreign python version and stick to the one from the Ubuntu repositories, because that has been tested to work with playonlinux.

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#6

Okay.
Can you please guide me how to uninstall that foreign python version.

Thanking you for your help.

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

I am sorry. I do not know how you installed that python version, so I cannot provide instructions how to uninstall.

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#8

I followed the python installation guide from this link- https://www.youtube.com/watch?v=rcH3NcfrHnQ

Please guide me the next step.
Thanking you for your help.

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#9

1st - i runned -> sudo apt update
2nd - this command -> sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev
3rd - downloaded the Python-3.10.10.tar.xz from official python site
4th - opend the terminal from download folder and runed the command -> tar -xf Python-3.10.10.tar.xz
5th - change the directory to Python-3.10.10 and runned ./configure
6th - then runned this command -> sudo make altinstall
This is how i installed python 3.10.10

Please guide me the next step.
Thanking you for your help.

Revision history for this message
Manfred Hampl (m-hampl) said :
#10

You are running Ubuntu 22.04, so why are you following an instruction for Ubuntu 18.04 and 20.04? That does not make sense.

Maybe there is some kind of

sudo make uninstall
or
sudo make clean
to remove the program.

If that does not help, then you have to ask at the source where you got the instructions from.

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#11

Actually i am new to Linux so i thought the procedure will be same and i run the below command to remove the python3 but i scared can you please have look and please guide me the next step.

sudo make uninstall python 3.10.10
[sudo] password for laxmidhar:
make: *** No rule to make target 'uninstall'. Stop.
laxmidhar@laxmidhar-HP-Laptop-15s-du0xxx:~$ sudo make clean python 3.10.10
make: *** No rule to make target 'clean'. Stop.
laxmidhar@laxmidhar-HP-Laptop-15s-du0xxx:~$ sudo make uninstall python3.10.10
make: *** No rule to make target 'uninstall'. Stop.
laxmidhar@laxmidhar-HP-Laptop-15s-du0xxx:~$ sudo apt remove python3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  apg apport-symptoms aptdaemon-data avahi-utils blt cabextract cups-pk-helper distro-info fonts-font-awesome
  fonts-lato fonts-lyx gedit-common genisoimage gir1.2-accountsservice-1.0 gir1.2-adw-1 gir1.2-atspi-2.0
  gir1.2-dbusmenu-glib-0.4 gir1.2-dee-1.0 gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdm-1.0 gir1.2-geoclue-2.0
  gir1.2-gnomebluetooth-3.0 gir1.2-goa-1.0 gir1.2-graphene-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0
  gir1.2-gtk-4.0 gir1.2-gtksource-4 gir1.2-gudev-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0
  gir1.2-javascriptcoregtk-4.0 gir1.2-json-1.0 gir1.2-mutter-10 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-notify-0.7
  gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0 gir1.2-rb-3.0 gir1.2-rsvg-2.0 gir1.2-secret-1 gir1.2-snapd-1
  gir1.2-soup-2.4 gir1.2-totem-1.0 gir1.2-totemplparser-1.0 gir1.2-udisks-2.0 gir1.2-unity-7.0
  gir1.2-upowerglib-1.0 gir1.2-vte-2.91 gir1.2-webkit2-4.0 gir1.2-wnck-3.0 gkbd-capplet gnome-bluetooth-3-common
  gnome-control-center-faces gnome-session-bin gnome-session-common gnome-shell-common gnome-startup-applications
  gnome-terminal-data gstreamer1.0-pipewire hplip-data ibus-data ibus-gtk4 icoutils icu-devtools javascript-common
  jq libaec0 libblosc1 libboost-dev libboost1.74-dev libcdio-cdda2 libcdio-paranoia2 libclang-cpp11 libcolord-gtk1
  libdmapsharing-3.0-2 libexpat1-dev libglu1-mesa libgnome-bluetooth-3.0-13 libgnomekbd-common libgnomekbd8
  libgpod-common libgpod4 libgsound0 libgssdp-1.2-0 libgupnp-1.2-1 libgupnp-av-1.0-3 libgupnp-dlna-2.0-4
  libhdf5-103-1 libhpmud0 libicu-dev libimagequant0 libjq1 libjs-jquery libjs-jquery-ui libjs-sphinxdoc
  libjs-underscore liblbfgsb0 libldb2 liblirc-client0 libllvm11 libmspack0 libmtp-common libmtp-runtime libmtp9
  libnetplan0 libnfs13 libonig5 libopenblas-dev libopenblas-pthread-dev libopenblas0 libpfm4 libpython3-dev
  libpython3-stdlib libpython3.10-dev libqhull-r8.0 libraqm0 librsync2 librygel-core-2.6-2 librygel-db-2.6-2
  librygel-renderer-2.6-2 librygel-server-2.6-2 libsane-hpaio libsgutils2-2 libsz2 libtalloc2 libtbb12
  libtbbmalloc2 libtevent0 libtk8.6 libwbclient0 libwhoopsie-preferences0 libwnck-3-0 libwnck-3-common
  libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libxatracker2 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
  libxcb-render-util0 libxcb-xv0 libxcvt0 libxfont2 libxklavier16 libxml2-dev libxres1 libxsimd-dev libxvmc1
  libz3-4 libz3-dev llvm-11 llvm-11-linker-tools llvm-11-runtime mobile-broadband-provider-info
  network-manager-gnome numba-doc policykit-1-gnome power-profiles-daemon printer-driver-hpcups
  printer-driver-postscript-hp python-apt-common python-babel-localedata python-matplotlib-data python-odf-doc
  python-tables-data python3-appdirs python3-attr python3-babel python3-beniget python3-blinker python3-bs4
  python3-certifi python3-chardet python3-click python3-colorama python3-cycler python3-dateutil python3-debconf
  python3-debian python3-decorator python3-defer python3-defusedxml python3-distro-info python3-distutils
  python3-et-xmlfile python3-fasteners python3-fs python3-future python3-gast python3-html5lib python3-httplib2
  python3-idna python3-importlib-metadata python3-iniconfig python3-jdcal python3-jeepney python3-jwt
  python3-lazr.uri python3-lib2to3 python3-lockfile python3-louis python3-monotonic python3-more-itertools
  python3-mpmath python3-natsort python3-odf python3-olefile python3-packaging python3-pexpect python3-pip
  python3-pkg-resources python3-pluggy python3-ply python3-problem-report python3-ptyprocess python3-py
  python3-pygments python3-pyparsing python3-pytest python3-requests python3-rfc3339 python3-setuptools
  python3-six python3-soupsieve python3-speechd python3-sympy python3-toml python3-tz python3-urllib3
  python3-wadllib python3-webencodings python3-wheel python3-xdg python3-xkit python3-xlwt python3-zipp rygel
  samba-common sphinx-rtd-theme-common switcheroo-control tk8.6-blt2.5 unicode-data whoopsie-preferences x11-apps
  x11-session-utils x11-xkb-utils xbitmaps xbrlapi xcvt xfonts-base xfonts-encodings xfonts-scalable xfonts-utils
  xinit xinput xserver-common xserver-xephyr xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-libinput
  xserver-xorg-input-wacom xserver-xorg-legacy xserver-xorg-video-all xserver-xorg-video-amdgpu
  xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-nouveau
  xserver-xorg-video-qxl xserver-xorg-video-radeon xserver-xorg-video-vesa xserver-xorg-video-vmware xwayland
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libmpdec3:i386 libpython3-stdlib:i386 libpython3.10-minimal:i386 libpython3.10-stdlib:i386 libreadline8:i386
  policykit-1-gnome python3:i386 python3-minimal:i386 python3.10:i386 python3.10-minimal:i386
Suggested packages:
  python3-doc:i386 python3-tk:i386 python3-venv:i386 python3.10-venv:i386 python3.10-doc:i386 binutils:i386
The following packages will be REMOVED:
  apport apport-gtk aptdaemon apturl apturl-common command-not-found deja-dup duplicity gdm3 gedit
  gnome-control-center gnome-online-accounts gnome-shell gnome-shell-extension-appindicator
  gnome-shell-extension-desktop-icons-ng gnome-shell-extension-ubuntu-dock gnome-terminal gvfs-backends hplip ibus
  ibus-table language-selector-common language-selector-gnome libsmbclient llvm-11-dev llvm-11-tools
  nautilus-extension-gnome-terminal nautilus-share netplan.io networkd-dispatcher orca playonlinux
  python-odf-tools python3 python3-apport python3-apt python3-aptdaemon python3-aptdaemon.gtk3widgets
  python3-bcrypt python3-bottleneck python3-brlapi python3-brotli python3-cairo python3-cffi-backend
  python3-commandnotfound python3-cryptography python3-cups python3-cupshelpers python3-dbus python3-dev
  python3-distupgrade python3-fonttools python3-gdbm python3-gi python3-gi-cairo python3-gpg python3-ibus-1.0
  python3-jinja2 python3-keyring python3-kiwisolver python3-launchpadlib python3-lazr.restfulclient python3-ldb
  python3-llvmlite python3-lxml python3-lz4 python3-macaroonbakery python3-mako python3-markupsafe
  python3-matplotlib python3-minimal python3-nacl python3-netifaces python3-numba python3-numexpr python3-numpy
  python3-oauthlib python3-openpyxl python3-pandas python3-pandas-lib python3-paramiko python3-pil
  python3-pil.imagetk python3-protobuf python3-pyatspi python3-pymacaroons python3-pythran python3-renderpm
  python3-reportlab python3-reportlab-accel python3-samba python3-scipy python3-secretstorage
  python3-software-properties python3-systemd python3-tables python3-tables-lib python3-talloc python3-tdb
  python3-tk python3-ufolib2 python3-unicodedata2 python3-uno python3-update-manager python3-wxgtk4.0 python3-yaml
  python3.10 python3.10-dev python3.10-minimal rhythmbox-plugin-alternative-toolbar rhythmbox-plugins
  samba-common-bin samba-dsdb-modules samba-libs software-properties-common software-properties-gtk
  system-config-printer system-config-printer-common system-config-printer-udev totem-plugins
  ubuntu-advantage-desktop-daemon ubuntu-advantage-tools ubuntu-desktop ubuntu-desktop-minimal
  ubuntu-drivers-common ubuntu-minimal ubuntu-release-upgrader-core ubuntu-release-upgrader-gtk ubuntu-session
  unattended-upgrades update-manager update-manager-core update-notifier update-notifier-common usb-creator-common
  usb-creator-gtk winbind wxpython-tools xorg xserver-xorg
The following NEW packages will be installed:
  libmpdec3:i386 libpython3-stdlib:i386 libpython3.10-minimal:i386 libpython3.10-stdlib:i386 libreadline8:i386
  policykit-1-gnome python3:i386 python3-minimal:i386 python3.10:i386 python3.10-minimal:i386
0 upgraded, 10 newly installed, 140 to remove and 0 not upgraded.
Need to get 5,797 kB of archives.
After this operation, 532 MB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu jammy/universe amd64 policykit-1-gnome amd64 0.105-7ubuntu3 [26.4 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 libpython3.10-minimal i386 3.10.6-1~22.04.2ubuntu1 [811 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 python3.10-minimal i386 3.10.6-1~22.04.2ubuntu1 [2,311 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 python3-minimal i386 3.10.6-1~22.04 [24.3 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 python3 i386 3.10.6-1~22.04 [22.8 kB]
Get:6 http://in.archive.ubuntu.com/ubuntu jammy/main i386 libmpdec3 i386 2.5.1-2build2 [95.7 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu jammy/main i386 libreadline8 i386 8.1.2-1 [153 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 libpython3.10-stdlib i386 3.10.6-1~22.04.2ubuntu1 [1,849 kB]
Get:9 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 python3.10 i386 3.10.6-1~22.04.2ubuntu1 [497 kB]
Get:10 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 libpython3-stdlib i386 3.10.6-1~22.04 [6,910 B]
Fetched 5,797 kB in 19s (309 kB/s)
(Reading database ... 243129 files and directories currently installed.)
Removing apport-gtk (2.20.11-0ubuntu82.4) ...
Removing apport (2.20.11-0ubuntu82.4) ...
Removing ubuntu-desktop (1.481) ...
Removing ubuntu-desktop-minimal (1.481) ...
Removing gnome-control-center (1:41.7-0ubuntu0.22.04.6) ...
Removing language-selector-gnome (0.219.1) ...
Removing nautilus-share (0.7.3-2ubuntu6) ...
Removing apturl (0.5.2ubuntu22) ...
Removing apturl-common (0.5.2ubuntu22) ...
Removing command-not-found (22.04.0) ...
Removing deja-dup (42.9-1ubuntu3) ...
Removing duplicity (0.8.21-1build1) ...
Removing gdm3 (42.0-1ubuntu7.22.04.1) ...
Removing gedit (41.0-3) ...
Removing gnome-online-accounts (3.44.0-1ubuntu1) ...
Removing update-manager (1:22.04.10) ...
Removing python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu39) ...
Removing python3-aptdaemon (1.1.1+bzr982-0ubuntu39) ...
Removing aptdaemon (1.1.1+bzr982-0ubuntu39) ...
Removing update-notifier (3.192.54.6) ...
Removing ubuntu-release-upgrader-gtk (1:22.04.16) ...
Selecting previously unselected package policykit-1-gnome.
(Reading database ... 242064 files and directories currently installed.)
Preparing to unpack .../policykit-1-gnome_0.105-7ubuntu3_amd64.deb ...
Unpacking policykit-1-gnome (0.105-7ubuntu3) ...
(Reading database ... 242074 files and directories currently installed.)
Removing gnome-shell-extension-ubuntu-dock (72~ubuntu5.22.04.1) ...
Removing gnome-shell-extension-appindicator (42-2~fakesync1) ...
Removing gnome-shell-extension-desktop-icons-ng (43-2ubuntu1) ...
Removing xorg (1:7.7+23ubuntu2) ...
Removing playonlinux (4.3.4-2) ...
Removing nautilus-extension-gnome-terminal (3.44.0-1ubuntu1) ...
Removing gnome-terminal (3.44.0-1ubuntu1) ...
Removing gvfs-backends (1.48.2-0ubuntu1) ...
Removing hplip (3.21.12+dfsg0-1) ...
Removing ibus-table (1.16.7-1) ...
Removing ibus (1.5.26-4) ...
Removing language-selector-common (0.219.1) ...
Removing libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu1.1) ...
Removing llvm-11-dev (1:11.1.0-6) ...
Removing llvm-11-tools (1:11.1.0-6) ...
Removing ubuntu-minimal (1.481) ...
Removing netplan.io (0.105-0ubuntu2~22.04.3) ...
dpkg: warning: while removing netplan.io, directory '/etc/netplan' not empty so not removed
Removing networkd-dispatcher (2.1-2ubuntu0.22.04.2) ...
Removing orca (42.0-1ubuntu2) ...
Removing python-odf-tools (1.4.2-1) ...
Removing python3-commandnotfound (22.04.0) ...
Removing python3-gdbm:amd64 (3.10.6-1~22.04) ...
dpkg: gnome-shell: dependency problems, but removing anyway as you requested:
 ubuntu-session depends on gnome-shell (>= 3.37.91).
 network-manager-gnome depends on gnome-shell | policykit-1-gnome | polkit-1-auth-agent; however:
  Package gnome-shell is to be removed.
  Package policykit-1-gnome is not configured yet.
  Package polkit-1-auth-agent is not installed.
  Package policykit-1-gnome which provides polkit-1-auth-agent is not configured yet.
  Package gnome-shell which provides polkit-1-auth-agent is to be removed.
 network-manager-gnome depends on gnome-shell | policykit-1-gnome | polkit-1-auth-agent; however:
  Package gnome-shell is to be removed.
  Package policykit-1-gnome is not configured yet.
  Package polkit-1-auth-agent is not installed.
  Package policykit-1-gnome which provides polkit-1-auth-agent is not configured yet.
  Package gnome-shell which provides polkit-1-auth-agent is to be removed.

Removing gnome-shell (42.5-0ubuntu1) ...
Selecting previously unselected package libpython3.10-minimal:i386.
(Reading database ... 237589 files and directories currently installed.)
Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2ubuntu1_i386.deb ...
Unpacking libpython3.10-minimal:i386 (3.10.6-1~22.04.2ubuntu1) ...
(Reading database ... 237592 files and directories currently installed.)
Removing python3-uno (1:7.3.7-0ubuntu0.22.04.2) ...
Removing wxpython-tools (4.0.7+dfsg-13build1) ...
Removing python3-wxgtk4.0 (4.0.7+dfsg-13build1) ...
Removing python3-tables (3.7.0-2build1) ...
Removing python3-tables-lib (3.7.0-2build1) ...
Removing python3-numba (0.55.1-0ubuntu2) ...
Removing python3-pandas (1.3.5+dfsg-3) ...
Removing python3-pandas-lib:amd64 (1.3.5+dfsg-3) ...
Removing python3-matplotlib (3.5.1-2build1) ...
Removing python3-pil.imagetk:amd64 (9.0.1-1ubuntu0.1) ...
dpkg: python3.10: dependency problems, but removing anyway as you requested:
 rhythmbox-plugins depends on python3.10.
 python3.10-dev depends on python3.10 (= 3.10.6-1~22.04.2ubuntu1).
 python3-numpy depends on python3.10:any.
 python3 depends on python3.10 (>= 3.10.6-1~).

Removing python3.10 (3.10.6-1~22.04.2ubuntu1) ...
dpkg: python3-pil:amd64: dependency problems, but removing anyway as you requested:
 python3-reportlab depends on python3-pil.

Removing python3-pil:amd64 (9.0.1-1ubuntu0.1) ...
dpkg: python3-scipy: dependency problems, but removing anyway as you requested:
 python3-fonttools depends on python3-scipy (>= 1.7.1) | python3-munkres (>= 1.1.4); however:
  Package python3-scipy is to be removed.
  Package python3-munkres is not installed.

Removing python3-scipy (1.8.0-1exp2ubuntu1) ...
dpkg: python3-numpy: dependency problems, but removing anyway as you requested:
 python3-pythran depends on python3-numpy.
 python3-numexpr depends on python3-numpy (>= 1:1.20.0).
 python3-numexpr depends on python3-numpy-abi9; however:
  Package python3-numpy-abi9 is not installed.
  Package python3-numpy which provides python3-numpy-abi9 is to be removed.
 python3-bottleneck depends on python3-numpy (>= 1:1.20.0).
 python3-bottleneck depends on python3-numpy-abi9; however:
  Package python3-numpy-abi9 is not installed.
  Package python3-numpy which provides python3-numpy-abi9 is to be removed.
 python3-numexpr depends on python3-numpy (>= 1:1.20.0).
 python3-numexpr depends on python3-numpy-abi9; however:
  Package python3-numpy-abi9 is not installed.
  Package python3-numpy which provides python3-numpy-abi9 is to be removed.
 python3-bottleneck depends on python3-numpy (>= 1:1.20.0).
 python3-bottleneck depends on python3-numpy-abi9; however:
  Package python3-numpy-abi9 is not installed.
  Package python3-numpy which provides python3-numpy-abi9 is to be removed.

Removing python3-numpy (1:1.21.5-1ubuntu22.04.1) ...
Removing python3-pythran (0.10.0+ds2-1) ...
Removing python3-dev (3.10.6-1~22.04) ...
Removing python3.10-dev (3.10.6-1~22.04.2ubuntu1) ...
W: Operation was interrupted before it could finish
W: APT had planned for dpkg to do more than it reported back (126 vs 325).
   Affected packages: libglib2.0-0:amd64 libglib2.0-0:i386 libmpdec3:i386 libpython3-stdlib:i386 libpython3.10-minimal:i386 libpython3.10-stdlib:i386 libreadline8:i386 policykit-1-gnome:amd64 python3-apport:amd64 python3-apt:amd64 python3-bcrypt:amd64 python3-bottleneck:amd64 python3-brlapi:amd64 python3-brotli:amd64 python3-cairo:amd64 python3-cffi-backend:amd64 python3-cryptography:amd64 python3-cups:amd64 python3-cupshelpers:amd64 python3-dbus:amd64 python3-distupgrade:amd64 python3-fonttools:amd64 python3-gi-cairo:amd64 python3-gi:amd64 python3-gpg:amd64 python3-ibus-1.0:amd64 python3-jinja2:amd64 python3-keyring:amd64 python3-kiwisolver:amd64 python3-launchpadlib:amd64 python3-lazr.restfulclient:amd64 python3-ldb:amd64 python3-llvmlite:amd64 python3-lxml:amd64 python3-lz4:amd64 python3-macaroonbakery:amd64 python3-mako:amd64 python3-markupsafe:amd64 python3-minimal:amd64 python3-minimal:i386 python3-nacl:amd64 python3-netifaces:amd64 python3-numexpr:amd64 python3-oauthlib:amd64 python3-openpyxl:amd64 python3-paramiko:amd64 python3-protobuf:amd64 python3-pyatspi:amd64 python3-pymacaroons:amd64 python3-renderpm:amd64 python3-reportlab-accel:amd64 python3-reportlab:amd64 python3-samba:amd64 python3-secretstorage:amd64 python3-software-properties:amd64 python3-systemd:amd64 python3-talloc:amd64 python3-tdb:amd64 python3-tk:amd64 python3-ufolib2:amd64 python3-unicodedata2:amd64 python3-update-manager:amd64 python3-yaml:amd64 python3.10-minimal:amd64 python3.10-minimal:i386 python3.10:i386 python3:amd64 python3:i386 rhythmbox-plugin-alternative-toolbar:amd64 rhythmbox-plugins:amd64 samba-common-bin:amd64 samba-dsdb-modules:amd64 samba-libs:amd64 software-properties-common:amd64 software-properties-gtk:amd64 system-config-printer-common:amd64 system-config-printer-udev:amd64 system-config-printer:amd64 totem-plugins:amd64 ubuntu-advantage-desktop-daemon:amd64 ubuntu-advantage-tools:amd64 ubuntu-drivers-common:amd64 ubuntu-release-upgrader-core:amd64 ubuntu-session:amd64 unattended-upgrades:amd64 update-manager-core:amd64 update-notifier-common:amd64 usb-creator-common:amd64 usb-creator-gtk:amd64 winbind:amd64 xserver-xorg:amd64

Revision history for this message
Manfred Hampl (m-hampl) said :
#12

What have you done?

Instead of removing the foreign Python installation you have uninstalled the Python package from Ubuntu with the consequence that half of your Ubuntu system got deleted.

It seems to me that you have put your system into a status that it will not correctly boot again.
I am not sure whether it is possible to repair that with reasonable effort.

I suggest that you run the command

sudo apt install ubuntu-minimal -f

and tell us what's happening.

Revision history for this message
Laxmidhar Routa (laxmidhar) said :
#13

Not geting the terminal.
I think i need to reinstall the OS.

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

Try pressing the keys ctrl-alt-F1

This should open a virtual terminal where you can log on with your username and password and then this works like a terminal window (with the restriction that you cannot use the mouse and cannot copy and paste).

Or another emergency procedure is rebooting, and early during the boot press the Esc key such that the grub menu is shown, and then select recovery mode - root command prompt from the menu.

Can you help with this problem?

Provide an answer of your own, or ask Laxmidhar Routa for more information if necessary.

To post a message you must log in.