Skip to content

ModuleNotFoundError: No module named 'pkg_resources' #41

@bombela

Description

@bombela
$ python3 -m venv fingerpaint
$ cd fingerpaint
$ source bin/activate.fish
$ pip3 install fingerpaint
$ fingerpaint
Traceback (most recent call last):
  File "/home/bombela/tmp/fingerpaint/bin/fingerpaint", line 5, in <module>
    from fingerpaint.fingerpaint import cli
  File "/home/bombela/tmp/fingerpaint/lib/python3.12/site-packages/fingerpaint/fingerpaint.py", line 6, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Python 3.12.3
Ubuntu 24.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions