Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Fix PackageNotFoundError: fidesops #23

@pattisdr

Description

@pattisdr

What

Fix PackageNotFoundError: fidesops errors:

On a clean install, after cloning my fork and running make server, I get the error:

fidesops    | Traceback (most recent call last):
fidesops    |   File "/usr/local/bin/fidesops", line 33, in <module>
fidesops    |     sys.exit(load_entry_point('fidesops', 'console_scripts', 'fidesops')())
fidesops    |   File "/usr/local/bin/fidesops", line 22, in importlib_load_entry_point
fidesops    |     for entry_point in distribution(dist_name).entry_points
fidesops    |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 524, in distribution
fidesops    |     return Distribution.from_name(distribution_name)
fidesops    |   File "/usr/local/lib/python3.9/importlib/metadata.py", line 187, in from_name
fidesops    |     raise PackageNotFoundError(name)
fidesops    | importlib.metadata.PackageNotFoundError: fidesops

pip install -e . is in the Dockerfile, it looks like it installs, but if you do make server-shell, then pip list, fidesops is not installed.

Why

Get the fidesops application itself installed.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions