Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg_resources.DistributionNotFound #64

Open
sylwiamaj opened this issue Dec 29, 2021 · 0 comments
Open

pkg_resources.DistributionNotFound #64

sylwiamaj opened this issue Dec 29, 2021 · 0 comments

Comments

@sylwiamaj
Copy link

I'm trying to run the Flick Zero attached to a Raspberry Pi 4B. I can't run flick-demo, as I get the error below:
Traceback (most recent call last): File "/usr/local/bin/flick-demo", line 4, in <module> __import__('pkg_resources').run_script('flicklib==0.0.3', 'flick-demo') File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3251, in <module> @_call_aside File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3235, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'flicklib==0.0.3' distribution was not found and is required by the application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant