Results 1 to 3 of 3

Thread: Trying to launch a program, I get a python error

  1. #1
    Join Date
    Dec 2013
    Beans
    21

    Trying to launch a program, I get a python error

    Hello! It's been a while since I've been here.

    I have a problem I can't solve.
    Code:
    $ nyx
    Traceback (most recent call last):
      File "/usr/bin/nyx", line 6, in <module>
        from pkg_resources import load_entry_point
    ModuleNotFoundError: No module named 'pkg_resources'
    Can anyone help me?
    Thanks for reading!

    NB: I'm running Ubuntu Server 18.04 upgraded from 16.04
    Last edited by leon.lain.delysid; November 29th, 2019 at 02:45 PM. Reason: code tags

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,699

    Re: Trying to launch a program, I get a python error

    I just checked on my 19.10, with apt search pkg_resources and I see these two packages that are installed: python-pkg-resources and python3-pkg-resources. Maybe you should check that those are installed on your system.

  3. #3
    Join Date
    Dec 2013
    Beans
    21

    Re: Trying to launch a program, I get a python error

    Quote Originally Posted by The Cog View Post
    I just checked on my 19.10, with apt search pkg_resources and I see these two packages that are installed: python-pkg-resources and python3-pkg-resources. Maybe you should check that those are installed on your system.
    Thanks a lot! Installing python3-pkg-resources did it.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •