Announcement

Collapse
No announcement yet.

Can't upgrade to 14.10 becuase 'ascii' codec

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't upgrade to 14.10 becuase 'ascii' codec

    I need your help. It seems there is something wrong with my installation of 14.04. When I try to upgrade to 14.10, I get this:
    Code:
    zayed@zayed-HP-Pavilion:~$ sudo do-release-upgrade -m desktop -f DistUpgradeViewKDE
    Traceback (most recent call last):
      File "/usr/bin/do-release-upgrade", line 113, in <module>
        print(_("Checking for a new Ubuntu release"))
    UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)

    #2
    Doing the version upgrade from the command line, use:

    sudo do-release-upgrade -d

    Before you do however, make sure your system is fully up to date:

    sudo apt-get update && sudo apt-get dist-upgrade
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      Doing the version upgrade from the command line, use:

      sudo do-release-upgrade -d

      Before you do however, make sure your system is fully up to date:

      sudo apt-get update && sudo apt-get dist-upgrade

      I did that but without success:

      Code:
      zayed@zayed-HP-Pavilion:~$ sudo do-release-upgrade -d
      Traceback (most recent call last):
        File "/usr/bin/do-release-upgrade", line 113, in <module>
          print(_("Checking for a new Ubuntu release"))
      UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)

      Comment


        #4
        What Country/Language are you using on your Kubuntu?
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Originally posted by Snowhog View Post
          What Country/Language are you using on your Kubuntu?
          Oman/English

          However, when I put it USA/English the problem is fixed! Thanks for the hint!

          Comment

          Working...
          X