[Bug 2065422] Re: Misleading error creating python virtual environment, says need to install python3.11-venv

2024-05-13 Thread thewade
It was an upgrade from 20.04.

$ dpkg -S `command -v python3`
python3-minimal: /usr/bin/python3

$ apt policy python3-minimal
python3-minimal:
  Installed: 3.12.3-0ubuntu1
  Candidate: 3.12.3-0ubuntu1
  Version table:
 *** 3.12.3-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

I just tried the same from a clean install and I did not see the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065422

Title:
  Misleading error creating python virtual environment, says need to
  install python3.11-venv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/2065422/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065422] Re: Misleading error creating python virtual environment, says need to install python3.11-venv

2024-05-10 Thread thewade
** Description changed:

  On Ubuntu 24.04 when I try to create a virtual environment I get this
  error:
  
  $ python3 -m venv pyenv
  The virtual environment was not created successfully because ensurepip is not
  available.  On Debian/Ubuntu systems, you need to install the python3-venv
  package using the following command.
  
- apt install python3.11-venv
+ apt install python3.11-venv
  
  You may need to use sudo with that command.  After installing the python3-venv
  package, recreate your virtual environment.
  
  I am running the python3 version included with the distro
  
  $ python3 --version
  Python 3.12.3
  
- The error suggests I install python3.11-venv however what package does
+ The error suggests I install python3.11-venv however that package does
  not exist in 24.04 and what I need to install is python3-venv instead.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065422

Title:
  Misleading error creating python virtual environment, says need to
  install python3.11-venv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.11/+bug/2065422/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2058821] Re: python3.11-venv is missing on 24.04

2024-05-10 Thread thewade
I am getting the same error with Python 3.12 and Ubuntu 24.04. When I
try to create the environment it tells me to install python3.11-venv.

I am commenting here to let people who might stumble on this bug know
that it is a separate issue and they just need to install python3-venv.
I have reported the Python 3.12 issue in bug #2065422.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2058821

Title:
  python3.11-venv is missing on 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.11/+bug/2058821/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2065422] [NEW] Misleading error creating python virtual environment, says need to install python3.11-venv

2024-05-10 Thread thewade
Public bug reported:

On Ubuntu 24.04 when I try to create a virtual environment I get this
error:

$ python3 -m venv pyenv
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

apt install python3.11-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

I am running the python3 version included with the distro

$ python3 --version
Python 3.12.3

The error suggests I install python3.11-venv however what package does
not exist in 24.04 and what I need to install is python3-venv instead.

** Affects: python3.11 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2065422

Title:
  Misleading error creating python virtual environment, says need to
  install python3.11-venv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.11/+bug/2065422/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 574296] Re: Gnome theme not applied on session start

2011-09-22 Thread thewade
*** This bug is a duplicate of bug 649809 ***
https://bugs.launchpad.net/bugs/649809

** Description changed:

  Binary package hint: gnome-session
  
  The problem is happening on my desktop with a high frequency but is not 100% 
reproducible. It usually happens on the first login after booting the system 
and can be fixed with a re-login.
  The gnome theme simply fails to get applied, I get a working system but with 
a stock GTK theme.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-session 2.30.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Mon May  3 09:47:13 2010
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=pt:pt_BR:en
-  PATH=(custom, user)
-  LANG=pt_PT.utf8
-  SHELL=/bin/bash
+  LANGUAGE=pt:pt_BR:en
+  PATH=(custom, user)
+  LANG=pt_PT.utf8
+  SHELL=/bin/bash
  SourcePackage: gnome-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/574296

Title:
  Gnome theme not applied on session start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/574296/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 694067] Re: Archive manager won't accept files with the special character % in the name; won't say that it didn't include them

2011-01-06 Thread thewade
I also have this problem, reported upsteam at
https://bugzilla.gnome.org/show_bug.cgi?id=638868

** Bug watch added: GNOME Bug Tracker #638868
   https://bugzilla.gnome.org/show_bug.cgi?id=638868

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=638868
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/694067

Title:
  Archive manager won't accept files with the special character % in the name; 
won't say that it didn't include them

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs